Merge pull request #6 from Doble-Technologies/refactor/pr-action-changes
Update pr-labeler.yml
This commit is contained in:
commit
ef3ea05489
3 changed files with 9 additions and 8 deletions
5
.github/configs/pr-labeler-configuration.yml
vendored
Normal file
5
.github/configs/pr-labeler-configuration.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
feature: feature/*
|
||||
bugfix: bugfix/*
|
||||
hotfix: hotfix/*
|
||||
refactor: refactor/*
|
||||
documentation: ['documentation/*', 'setup/*']
|
||||
4
.github/configs/pr-labeler.yml
vendored
4
.github/configs/pr-labeler.yml
vendored
|
|
@ -1,4 +0,0 @@
|
|||
feature: feature/*
|
||||
bugfix: bugfix/*
|
||||
hotfix: hotfix/*
|
||||
documentation: ['documentation/*', 'setup/*']
|
||||
|
|
@ -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
|
||||
Loading…
Reference in a new issue