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 deb7351 commit 2ecdd8a
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/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 2ecdd8a

Please sign in to comment.