From af85c01d0d61b464b2fc20d25e6495f2a974b35f Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Tue, 14 Feb 2023 22:49:16 +0000 Subject: [PATCH] Add new issues to the triage backlog --- .github/workflows/triage_incoming.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/triage_incoming.yml diff --git a/.github/workflows/triage_incoming.yml b/.github/workflows/triage_incoming.yml new file mode 100644 index 000000000..4ecc82442 --- /dev/null +++ b/.github/workflows/triage_incoming.yml @@ -0,0 +1,15 @@ +name: Move new issues onto Issue triage board + +on: + issues: + types: [opened] + +jobs: + automate-project-columns: + runs-on: ubuntu-latest + steps: + - uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488 + with: + project: Issue triage + column: Incoming + repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }}