mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-05-18 03:05:41 -05:00
ci(label): Fix workflow (#19)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
This commit is contained in:
parent
fa8f3eedfc
commit
2962876f2c
14
.github/workflows/label.yml
vendored
14
.github/workflows/label.yml
vendored
@ -1,10 +1,20 @@
|
||||
name: Labeler
|
||||
on: [pull_request]
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ opened ]
|
||||
branches: [ master ]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
label:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
- uses: actions/labeler@v5
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user