[sec-check] Secret scanning disabled — no automated detection for leaked credentials #4775
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: Assignment Helper | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: read-all # default read; writes scoped to job below | |
| jobs: | |
| assignment-helper: | |
| permissions: | |
| issues: write | |
| uses: kubestellar/infra/.github/workflows/reusable-assignment-helper.yml@a160acca0bdce1ac6c649e006d680d5f6d53024e # main |