Skip to content

Commit

Permalink
ci: add open-sauced triage wonkflows (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
0-vortex authored Aug 11, 2021
1 parent 011a78c commit dfb508a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Triage"

on:
issue_comment:
types:
- created
- edited

jobs:
one:
runs-on: ubuntu-latest
steps:
- name: take an issue
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}
with:
message: Thanks for taking this on! If you have not already, join the conversation in our [Discord](https://discord.gg/U2peSNf23P)

0 comments on commit dfb508a

Please sign in to comment.