We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db62e94 + 026edfe commit c97c3ddCopy full SHA for c97c3dd
2 files changed
.github/workflows/coding-agent-pr-gate.yml
@@ -25,7 +25,7 @@ jobs:
25
pull-requests: read
26
steps:
27
- name: Verify every Agent attestation checkbox is ticked
28
- uses: actions/github-script@v7
+ uses: actions/github-script@v9
29
with:
30
script: |
31
const body = context.payload.pull_request.body || '';
.github/workflows/mirror-issue-labels.yml
@@ -23,7 +23,7 @@ jobs:
23
issues: read
24
- name: Copy labels from linked issue(s)
0 commit comments