[Medium/Large Impact Change]: Generalisation of command line parameters for applications #9
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: Add issue to project | |
| on: | |
| issues: | |
| types: | |
| - opened | |
| jobs: | |
| track_issues_dispatch: | |
| name: Add new issue to project | |
| uses: DUNE-DAQ/.github/.github/workflows/track_new_issues.yml@develop | |
| secrets: | |
| BOT_CI_ISSUES: ${{ secrets.BOT_CI_ISSUES }} |