From a569099c93ba18386be8a76b3f629828964db5e1 Mon Sep 17 00:00:00 2001 From: ArielA147 <43312651+ArielA147@users.noreply.github.com> Date: Thu, 24 Nov 2022 16:37:19 +0200 Subject: [PATCH] Create triage.yml create new github action to marke new issue/pr to triage --- .github/workflows/triage.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/triage.yml diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml new file mode 100644 index 00000000..b1e17226 --- /dev/null +++ b/.github/workflows/triage.yml @@ -0,0 +1,18 @@ +name: Add Triage for pull requests to projects + +on: + pull_request: + types: + - labeled + - opened + +jobs: + add-to-project: + name: Add issue or pr with triage tag to project + runs-on: ubuntu-latest + steps: + - uses: actions/add-to-project@RELEASE_VERSION + with: + project-url: https://github.com/lambdaisland/kaocha + github-token: "${{ secrets.GITHUB_TOKEN }}" + labeled: Triage