Skip to content

Commit f68b378

Browse files
committed
Add pull requests automatically to the Kanban board
1 parent c4c411d commit f68b378

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Move PRs into the Kanban board
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
add-pr-to-the-kanban-board:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/[email protected]
11+
with:
12+
project-url: https://github.com/orgs/packit/projects/7
13+
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)