Merge pull request #6 from Doble-Technologies/refactor/pr-action-changes

Update pr-labeler.yml
This commit is contained in:
Matt DiMeglio 2024-08-16 00:14:22 -04:00 committed by GitHub
commit ef3ea05489
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 8 deletions

View file

@ -0,0 +1,5 @@
feature: feature/*
bugfix: bugfix/*
hotfix: hotfix/*
refactor: refactor/*
documentation: ['documentation/*', 'setup/*']

View file

@ -1,4 +0,0 @@
feature: feature/*
bugfix: bugfix/*
hotfix: hotfix/*
documentation: ['documentation/*', 'setup/*']

View file

@ -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-configuration.yml