[READ-ONLY] Mirror of https://github.com/danielroe/firstcommit.is. Find your first open-source commit on GitHub firstcommit.is
api commit github nuxt oauth
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: migrate agentscan-action to v2

+2 -3
+2 -3
.github/workflows/agent-scan.yml
··· 21 21 steps: 22 22 - name: AgentScan 23 23 id: agentscan 24 - uses: MatteoGabriele/agentscan-action@d8da234c758c9a195222a68c3ecfe02a603185b6 # v1.15.1 24 + uses: MatteoGabriele/agentscan-action@c7d61446e7aece6bdd3edcee4558bbfc0392615e # v2.0.1 25 25 with: 26 26 github-token: ${{ secrets.GITHUB_TOKEN }} 27 - skip-members: "dependabot[bot],renovate[bot]" 28 - agent-scan-comment: false 27 + mode: silent 29 28 - name: Handle flagged PR 30 29 if: contains(fromJSON('["automation","mixed"]'), steps.agentscan.outputs.classification) || steps.agentscan.outputs.community-flagged == 'true' 31 30 env: