Set commentary field when communicating with Log Detective API #822
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@a9f041ddd462ed185893ea1024cec954f50dbe42 # v0.3.0 | |
| with: | |
| project-url: https://github.com/orgs/packit/projects/14 | |
| github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }} |