Skip to content

Commit 04b3cdc

Browse files
authored
Remove adding issues to Kanban board and adjust adding PRs (#507)
2 parents a07560d + 6d4055d commit 04b3cdc

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)