mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-08 20:47:02 +03:00
Add issue assigning action
This commit is contained in:
committed by
GitHub
parent
35cfb01973
commit
f67a805c1f
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 }}
|
||||||
Reference in New Issue
Block a user