Skip to content

Commit b4795f6

Browse files
committed
Remove adding issues to Kanban board and add PRs to new dedicated PR board
We no longer use the board and migrated to Jira. Add PRs to new dedicated PR board.
1 parent df9d999 commit b4795f6

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

.github/workflows/opened-issues-to-the-board.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Move PRs into the PRs board
2+
3+
on:
4+
pull_request_target:
5+
6+
jobs:
7+
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/14
14+
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)