We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adbc34f commit e145f4cCopy full SHA for e145f4c
2 files changed
.github/workflows/detect-agent-backfill.yml
@@ -19,6 +19,9 @@ on:
19
jobs:
20
backfill:
21
runs-on: ubuntu-latest
22
+ permissions:
23
+ issues: write
24
+ pull-requests: write
25
steps:
26
- name: Checkout
27
uses: actions/checkout@v4
.github/workflows/detect-agent.yml
@@ -33,6 +33,9 @@ jobs:
33
classification: ${{ steps.analyze.outputs.CLASSIFICATION }}
34
score: ${{ steps.analyze.outputs.SCORE }}
35
is_agent: ${{ steps.analyze.outputs.IS_AGENT }}
36
37
38
39
40
- name: Check scan cache
41
id: cache
0 commit comments