Skip to content

Commit c3e501b

Browse files
authored
Remove adding issues to Kanban board and add PRs to new board (#1082)
2 parents f48c9e2 + 834b37f commit c3e501b

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)