Fixing tests broken by introduction of check for race condition #524
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: Move PRs into the PRs board | |
| on: | |
| pull_request_target: | |
| jobs: | |
| add-pr-to-the-prs-board: | |
| if: github.event.pull_request.draft == false | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/add-to-project@v0.3.0 | |
| with: | |
| project-url: https://github.com/orgs/packit/projects/14 | |
| github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }} |