mirror of
https://github.com/release-engineering/dist-git.git
synced 2025-02-24 07:22:54 +00:00
maintenance: add new issues to Copr Kanban board
This commit is contained in:
parent
2aa456b0db
commit
c9ef61b7de
1 changed files with 15 additions and 0 deletions
15
.github/workflows/new-issues-to-fedora-copr-board.yml
vendored
Normal file
15
.github/workflows/new-issues-to-fedora-copr-board.yml
vendored
Normal file
|
@ -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@v1.0.2
|
||||||
|
with:
|
||||||
|
project-url: https://github.com/orgs/fedora-copr/projects/1
|
||||||
|
github-token: ${{ secrets.ADD_TO_COPR_KANBAN_TOKEN }}
|
Loading…
Add table
Reference in a new issue