Skip to content

Commit 6d4055d

Browse files
committed
Remove adding issues to Kanban board and adjust adding PRs
We no longer use the old board and migrated to Jira. Add PRs to new dedicated PR board.
1 parent a07560d commit 6d4055d

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

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

Lines changed: 0 additions & 14 deletions
This file was deleted.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
name: Move PRs into the Kanban board
1+
name: Move PRs into the PRs board
22

33
on:
44
pull_request_target:
55

66
jobs:
7-
add-pr-to-the-kanban-board:
7+
add-pr-to-the-prs-board:
88
if: github.event.pull_request.draft == false
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/add-to-project@v0.3.0
1212
with:
13-
project-url: https://github.com/orgs/packit/projects/7
13+
project-url: https://github.com/orgs/packit/projects/14
1414
github-token: ${{ secrets.RELEASEBOT_GITHUB_TOKEN }}

0 commit comments

Comments
 (0)