Skip to content

Commit

Permalink
fix: triage.yml (#67)
Browse files Browse the repository at this point in the history
Update triage.yml
  • Loading branch information
bdougie authored Mar 24, 2023
1 parent d757452 commit b23cbf0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/workflows/triage.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
name: "Triage"
name: Triage

on:
issue_comment:
types:
- created
- edited
workflow_call:

jobs:
one:
take-issue:
name: Take issue
runs-on: ubuntu-latest
permissions:
issues: write
timeout-minutes: 10
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)
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.
trigger: .take
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b23cbf0

Please sign in to comment.