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.
1 parent fc49362 commit 2f8b332Copy full SHA for 2f8b332
1 file changed
.github/workflows/agent-scan.yml
@@ -24,8 +24,7 @@ jobs:
24
uses: MatteoGabriele/agentscan-action@c357c0985e0d5ae9220fa0adda1a170831eebd81 # v2.0.0
25
with:
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
- skip-members: "dependabot[bot],renovate[bot]"
28
- agent-scan-comment: false
+ mode: silent
29
- name: Handle flagged PR
30
if: contains(fromJSON('["automation","mixed"]'), steps.agentscan.outputs.classification) || steps.agentscan.outputs.community-flagged == 'true'
31
env:
0 commit comments