mirror of
https://github.com/hairyhenderson/go-onerng.git
synced 2025-05-18 11:15:40 -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
|
name: Labeler
|
||||||
on: [pull_request]
|
on:
|
||||||
|
pull_request_target:
|
||||||
|
types: [ opened ]
|
||||||
|
branches: [ master ]
|
||||||
|
|
||||||
|
concurrency:
|
||||||
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
cancel-in-progress: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
label:
|
label:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/labeler@v2
|
- uses: actions/labeler@v5
|
||||||
with:
|
with:
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user