We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a07560d + 6d4055d commit 04b3cdcCopy full SHA for 04b3cdc
.github/workflows/opened-issues-to-the-board.yml
.github/workflows/opened-prs-to-the-board.yml
@@ -1,14 +1,14 @@
1
-name: Move PRs into the Kanban board
+name: Move PRs into the PRs board
2
3
on:
4
pull_request_target:
5
6
jobs:
7
- add-pr-to-the-kanban-board:
+ add-pr-to-the-prs-board:
8
if: github.event.pull_request.draft == false
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/add-to-project@v0.3.0
12
with:
13
- project-url: https://github.com/orgs/packit/projects/7
+ project-url: https://github.com/orgs/packit/projects/14
14
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}
0 commit comments