mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 01:01:55 +01:00
15 lines
282 B
YAML
15 lines
282 B
YAML
|
# .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 }}
|