From 20cb329105a892223fdca99529148a99c5e50d71 Mon Sep 17 00:00:00 2001 From: Kat Gerasimova Date: Fri, 30 Jun 2023 09:19:11 +0100 Subject: [PATCH] Add issues to new triage board All new issues should go to the V2 triage board --- .github/workflows/triage-incoming.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 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 0000000000..b6aa7e4f30 --- /dev/null +++ b/.github/workflows/triage-incoming.yml @@ -0,0 +1,25 @@ +name: Move new issues onto issue triage board v2 + +on: + issues: + types: [opened] + +jobs: + triage-new-issues: + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@main + with: + project-url: https://github.com/orgs/vector-im/projects/91 + github-token: ${{ secrets.ELEMENT_BOT_TOKEN }} + + + + + + + + + + +