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

15 lines
282 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
uses: bdougie/take-action@main
env:
GITHUB_TOKEN: ${{ github.token }}