feat: Scope local-clone scanners to the core-repos allowlist #22
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Kagenti Project Automation | ||
| on: | ||
| issues: | ||
| types: [opened] | ||
| pull_request: | ||
| types: [opened] | ||
| permissions: {} | ||
| jobs: | ||
| add: | ||
| name: Add item to Kagenti Project | ||
| permissions: | ||
| issues: write | ||
| pull-requests: write | ||
| contents: read | ||
| uses: kagenti/.github/.github/workflows/add-to-project.yml@99700ebe858a1bc566492b1de9aea6e764ee226f # 2026-05-05 | ||
|
Check failure on line 20 in .github/workflows/project.yml
|
||
| secrets: inherit | ||