feat(stepfunctions-tasks): scope down batch:SubmitJob permissions to specific job definition #8373
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: github-merit-badger | |
| on: | |
| pull_request_target: | |
| types: | |
| - opened | |
| jobs: | |
| call-action: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| steps: | |
| - uses: cdklabs/github-merit-badger@main | |
| id: merit-badger | |
| with: | |
| github-token: ${{ secrets.GITHUB_TOKEN }} | |
| badges: '[beginning-contributor,repeat-contributor,valued-contributor,admired-contributor,star-contributor,distinguished-contributor]' | |
| thresholds: '[0,3,6,13,25,50]' | |
| badge-type: 'achievement' | |
| ignore-usernames: '[rix0rrr,iliapolo,otaviomacedo,kaizencc,TheRealAmazonKendra,mrgrain,pahud,kellertk,ashishdhingra,khushail,moelasmar,paulhcsun,GavinZZ,xazhao,gracelu0,shikha372,godwingrs22,bergjaak,IanKonlog,Leo10Gama,samson-keung,scorbiere,jiayiwang7,saiyush,5d,iankhou,QuantumNeuralCoder,SimonCMoore,Y-JayKim,ykethan,astiwana,maharajhaider,aws-cdk-automation,dependabot[bot],mergify[bot],aemada-aws,ozelalisen,abogical,alinko-aws,vishaalmehrishi,alvazjor,kumsmrit,kumvprat,leonmk-aws,matboros,gasolima,abidhasan-aws,9pace]' | |
| ignore-teams: 'aws/aws-cdk-team' |