Skip to content

Commit

Permalink
ci: added tribble bot
Browse files Browse the repository at this point in the history
I hope this works!
  • Loading branch information
arctic-hen7 committed Jan 14, 2022
1 parent 6aece16 commit 73a1f0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/tribble.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit 73a1f0c

Please sign in to comment.