Skip to content

Commit

Permalink
workflows: move new issues to our kanban board to needs-triage
Browse files Browse the repository at this point in the history
  • Loading branch information
nikromen authored and praiskup committed Nov 22, 2023
1 parent 6038690 commit bbc6040
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/new-issues-to-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Move new issues to issues review


on:
issues:
types: [opened]


jobs:
move-new-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/fedora-copr/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit bbc6040

Please sign in to comment.