Update pr-labeler.yml #6
1 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
name: PR Labeler
|
||||
name: PR Validation
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
|
|
@ -7,11 +7,11 @@ permissions:
|
|||
contents: read
|
||||
|
||||
jobs:
|
||||
pr-labeler:
|
||||
pr-validation:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- uses: TimonVS/pr-labeler-action@v5
|
||||
with:
|
||||
Loading…
Reference in a new issue