File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -128,6 +128,9 @@ jobs:
128128 run : |
129129 ERROR_SUMMARY=$(cat /tmp/error-summary.txt)
130130
131+ # Ensure PR has dependencies label (required by codegen-agentic-fix safe-output)
132+ gh pr edit "$PR_NUMBER" --add-label dependencies
133+
131134 gh workflow run codegen-agentic-fix.lock.yml \
132135 -f branch="$BRANCH" \
133136 -f pr_number="$PR_NUMBER" \
Original file line number Diff line number Diff line change @@ -147,6 +147,7 @@ jobs:
147147 if gh pr view "$BRANCH" >/dev/null 2>&1; then
148148 echo "Pull request for branch '$BRANCH' already exists; updated branch only."
149149 PR_NUMBER=$(gh pr view "$BRANCH" --json number --jq .number)
150+ gh pr edit "$PR_NUMBER" --add-label dependencies
150151 else
151152 PR_NUMBER=$(gh pr create \
152153 --title "Update @github/copilot to $VERSION" \
You can’t perform that action at this time.
0 commit comments