This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
main <- v2.37.2-beta.1 #3341
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
name: Assign issues with .take | |
on: | |
workflow_call: | |
issue_comment: | |
types: | |
- created | |
- edited | |
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@v1.6.1 | |
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. | |
token: ${{ secrets.GITHUB_TOKEN }} | |
blockingLabels: 👀 needs triage,🛑 blocked,core team work,🖍need-design,duplicate | |
blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue. |