SponsorBlock/.github/workflows/take-action.yml

15 lines
318 B
YAML
Raw Normal View History

2021-07-06 02:50:59 +02:00
# .github/workflows/take.yml
name: Assign issue to contributor
on:
issue_comment:
jobs:
assign:
name: Take an issue
runs-on: ubuntu-latest
steps:
- name: take the issue
2022-07-21 06:13:32 +02:00
uses: bdougie/take-action@28b86cd8d25593f037406ecbf96082db2836e928
2021-07-06 02:50:59 +02:00
env:
GITHUB_TOKEN: ${{ github.token }}