Skip to content

chore:🌻 add selector for steps #34

chore:🌻 add selector for steps

chore:🌻 add selector for steps #34

Workflow file for this run

name: Triage
on:
issue_comment:
types:
- created
- edited
workflow_call:
jobs:
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
with:
message: Thanks for taking this on! If you have not already, Join in [Discord](https://discord.gg/mjDJ3YDE)
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.GH_TOKEN }}