From 73a1f0cb0e1d9dba05d929b279f9a511b14797d7 Mon Sep 17 00:00:00 2001 From: arctic_hen7 Date: Fri, 14 Jan 2022 20:05:14 +1100 Subject: [PATCH] ci: added tribble bot I hope this works! --- .github/workflows/tribble.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/tribble.yml diff --git a/.github/workflows/tribble.yml b/.github/workflows/tribble.yml new file mode 100644 index 0000000000..685be5bcdb --- /dev/null +++ b/.github/workflows/tribble.yml @@ -0,0 +1,13 @@ +name: Tribble +on: + issues: + types: + - opened + +jobs: + triage: + runs-on: ubuntu-latest + steps: + - uses: arctic-hen7/tribble-bot@v0 + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}