We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d902718 + 7149300 commit db58685Copy full SHA for db58685
1 file changed
.github/workflows/ai-policy.yml
@@ -139,9 +139,9 @@ jobs:
139
env:
140
GH_TOKEN: ${{ secrets.COMMAND_BOT_PAT }}
141
run: |
142
- gh pr edit "${{ github.event.pull_request.number }}" \
143
- --repo "${{ github.repository }}" \
144
- --add-label "AI assisted"
+ gh api "repos/${{ github.repository }}/issues/${{ github.event.pull_request.number }}/labels" \
+ --method POST \
+ -f "labels[]=AI assisted"
145
echo "Added 'AI assisted' label to PR #${{ github.event.pull_request.number }}"
146
147
- name: Fail on coding-agent Signed-off-by
0 commit comments