👷 Update GitHub workflows
This commit is contained in:
3
.github/workflows/label.yml
vendored
3
.github/workflows/label.yml
vendored
@@ -4,6 +4,7 @@ on: [pull_request_target]
|
||||
|
||||
jobs:
|
||||
label:
|
||||
name: Label
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -11,7 +12,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Label
|
||||
uses: actions/labeler@v3
|
||||
uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeller.yml
|
||||
|
||||
Reference in New Issue
Block a user