-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update triage.yml
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |