Update and rename pr-labeler.yml to pr-validation.yml
This commit is contained in:
parent
711fa704fb
commit
148b940356
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,13 +7,13 @@ 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:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
configuration-path: .github/configs/pr-labeler.yml
|
||||
configuration-path: .github/configs/pr-labeler.yml
|
||||
Loading…
Reference in a new issue