You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "Assign issues with .take"
on:
issue_comment:
types:
- created
- edited
jobs:
take-issue:
name: Disable take issue
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/take-action@v1.6.1
with:
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor.
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.
Additional context
No response
Code of Conduct
I agree to follow this project's Code of Conduct
Contributing Docs
I agree to follow this project's Contribution Docs
The text was updated successfully, but these errors were encountered:
Type of feature
🍕 Feature
Current behavior
Currently anyone can run
.take
and be assigned an issues, assuming no one is currently assigned.This is great for external contributors, but it adds extra work to maintainers, when an issue needs for example triaging still.
Suggested solution
The take action now supports blocking labels. Add the following blocking labels to the take action workflow, https://github.com/open-sauced/ai/blob/beta/.github/workflows/triage.yml:
needs triage
blocked
core team work
needs design
duplicate
Additional context
No response
Code of Conduct
Contributing Docs
The text was updated successfully, but these errors were encountered: