mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 01:02:30 +01:00
Add issue assigning action
This commit is contained in:
parent
35cfb01973
commit
f67a805c1f
1 changed files with 14 additions and 0 deletions
14
.github/workflows/take-action.yml
vendored
Normal file
14
.github/workflows/take-action.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
# .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 }}
|
Loading…
Reference in a new issue