Update and rename pr-labeler.yml to pr-validation.yml

This commit is contained in:
Matt DiMeglio 2024-08-16 00:12:24 -04:00 committed by GitHub
parent 711fa704fb
commit 148b940356
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
name: PR Labeler name: PR Validation
on: on:
pull_request: pull_request:
types: [opened] types: [opened]
@ -7,13 +7,13 @@ permissions:
contents: read contents: read
jobs: jobs:
pr-labeler: pr-validation:
permissions: permissions:
contents: read contents: read
pull-requests: write pull-requests: write
runs-on: ubuntu-latest runs-on: self-hosted
steps: steps:
- uses: TimonVS/pr-labeler-action@v5 - uses: TimonVS/pr-labeler-action@v5
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/configs/pr-labeler.yml configuration-path: .github/configs/pr-labeler.yml