mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2024-11-10 09:07:47 +01:00
3dd9024cc7
- appropriate job names - only trigger on pushes to master branch & PRs - conform to formatting
12 lines
258 B
YAML
12 lines
258 B
YAML
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 }}
|