[PWGHF] Add Charm+V0 femto producer and task into the HFC #15820
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: 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 |