[repo-assist] Fix accessibility review app startup
メンテナーはふだん 1 日以内に返信
評価
この issue はまだ評価されていません。
説明
[!CAUTION]
Protected files were modified in this change.
This pull request is inrequest_reviewmode and requires explicit human scrutiny before merge.Protected files:
.github/workflows/accessibility-review.lock.yml,.github/workflows/accessibility-review.md
🤖 This is an automated PR from Repo Assist.
Closes the requested resolution from discussion #1407.
Root cause
The accessibility-review workflow's app-startup step was still a placeholder, so the agent could not reliably reach the application at localhost:3000.
Changes
- Restore the solution with the public NuGet feed configuration.
- Install and build the frontend with the checked-in npm lockfile.
- Build the Release .NET solution without rebuilding the frontend.
- Start the application in the background on
127.0.0.1:3000. - Remove the obsolete workflow self-repair instructions and recompile the generated lock workflow.
Test Status
gh aw compile .github/workflows/accessibility-review.md— passed with 0 warnings.gh aw validate .github/workflows/accessibility-review.md— passed.actionlintwas attempted on the generated workflow but exited 125 due to a tooling error reported by the compiler CLI, not a workflow validation failure.git diff --check— passed.
[!NOTE]
This was originally intended as a pull request, but the git push operation failed.Original error: The process '/usr/bin/git' failed with exit code 1
Workflow Run: View run details and download bundle artifact
The bundle file is available in the
agentartifact in the workflow run linked above.
Create the pull request manually
# Download the artifact from the workflow run
gh run download '36226100101' -n agent -D '/tmp/agent-36226100101'
# Resolve the bundle source ref, fetch it into a temporary ref, then create the local branch
bundle_path='/tmp/agent-36226100101/aw-intellitect-essentialcsharp.web-repo-assist-fix-discussion-1407-accessibility-startup.bundle'
temp_ref='refs/bundles/create-pr-repo-assist-fix-discussion-1407-accessibility-startup-3515c66d885e28a3-3fc379de'
target_ref='refs/heads/repo-assist/fix-discussion-1407-accessibility-startup-3515c66d885e28a3'
bundle_source_ref=$(git bundle list-heads "$bundle_path" | awk '$2 ~ /^refs\/heads\// { print $2 }')
if [ -z "$bundle_source_ref" ]; then
bundle_source_ref=$(git bundle list-heads "$bundle_path" | awk '$2 == "HEAD" { print $2 }')
fi
if [ "$(printf '%s\n' "$bundle_source_ref" | sed '/^$/d' | wc -l | tr -d ' ')" != "1" ]; then
echo "Expected exactly one bundle source ref, found: $bundle_source_ref" >&2
exit 1
fi
git fetch "$bundle_path" "${bundle_source_ref}:${temp_ref}"
git update-ref "$target_ref" "$temp_ref"
git checkout 'repo-assist/fix-discussion-1407-accessibility-startup-3515c66d885e28a3'
# Ensure the working tree matches the updated branch
git reset --hard
# Remove the temporary bundle ref
git update-ref -d "$temp_ref"
# Push the branch to the target remote
git push 'origin' 'repo-assist/fix-discussion-1407-accessibility-startup-3515c66d885e28a3'
# Create the pull request
gh pr create --title '[repo-assist] Fix accessibility review app startup' --base 'main' --head 'repo-assist/fix-discussion-1407-accessibility-startup-3515c66d885e28a3' --repo 'IntelliTect/EssentialCSharp.Web'
Generated by 🌈 Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again
Add this agentic workflow to your repo
To install this agentic workflow, run
gh aw add githubnext/agentics/workflows/repo-assist.md@4bc8419fad05e6b032741cbfd189986700bcf71c
- 主要言語
- HTML
- スター
- 8
- フォーク
- 8
- 平均マージ
- 11時間 17分
- マージ済み PR(30日)
- 63
環境構築
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
IntelliTect/EssentialCSharp.Web のほかの issue
-
agentic-workflows
難易度 4/5 3〜5日 初心者へのやさしさ 42/100
IntelliTect/EssentialCSharp.Web#1423 · コメント 1 件 ·
メンテナーはふだん 1 日以内に返信
-
agentic-workflows
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
IntelliTect/EssentialCSharp.Web#1410 ·
メンテナーはふだん 1 日以内に返信
-
agentic-workflows
難易度 4/5 3〜5日 初心者へのやさしさ 30/100
IntelliTect/EssentialCSharp.Web#1408 ·
メンテナーはふだん 1 日以内に返信
-
automation repo-assist
難易度 4/5 3〜5日 初心者へのやさしさ 10/100
IntelliTect/EssentialCSharp.Web#1406 ·
メンテナーはふだん 1 日以内に返信
-
agentic-workflows
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
IntelliTect/EssentialCSharp.Web#1403 ·
メンテナーはふだん 1 日以内に返信