[PWGCF] modified and renamed the workflow for kaon-deuteron femto #15600
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: Security approval | |
| 'on': | |
| pull_request_review: | |
| types: | |
| - edited | |
| - submitted | |
| permissions: {} | |
| jobs: | |
| clean: | |
| name: Security approval | |
| uses: alisw/ali-bot/.github/workflows/pr-security-approval.yml@master | |
| permissions: | |
| pull-requests: read # to get last commit for PR | |
| statuses: write # for set-github-status |