From 08aae2249b1fe19bdfa787aca43c53e4c9ed3dce Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 4 Jan 2024 17:25:37 +0100 Subject: [PATCH] chore: add new issues into the CPT's Kanban --- .github/workflows/new-issues-to-board.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/new-issues-to-board.yml diff --git a/.github/workflows/new-issues-to-board.yml b/.github/workflows/new-issues-to-board.yml new file mode 100644 index 00000000..a0da204b --- /dev/null +++ b/.github/workflows/new-issues-to-board.yml @@ -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 }}