Skip to content

chore(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.19.1 #1327

chore(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.19.1

chore(deps-dev): bump @typescript-eslint/parser from 8.16.0 to 8.19.1 #1327

Workflow file for this run

name: "Assign issues with .take"
on:
issue_comment:
types:
- created
- edited
jobs:
take-issue:
name: Take issue
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/[email protected]
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,duplicate
blockingLabelsMessage: The issue you are trying to assign yourself is blocked until it can be triaged or by another label on the issue.