Skip to content

Commit 01cfc81

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

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/[email protected]
12+
with:
13+
project-url: https://github.com/orgs/packit/projects/14
14+
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)