Skip to content

Commit

Permalink
Add new issues into CPT's Kanban
Browse files Browse the repository at this point in the history
  • Loading branch information
praiskup committed Jan 4, 2024
1 parent 51ce0ad commit 7a46fcc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/new-issues-to-board.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: Move new issues to issues review

on:
issues:
types: [opened]

jobs:
move-new-issue:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/fedora-copr/projects/1
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 comments on commit 7a46fcc

Please sign in to comment.