Merge pull request #2299 from mmorel-35/bug/2297_pr_labeler

chore(ci) : fix pr-labeler failure
This commit is contained in:
Knut Sveidqvist 2021-09-09 17:06:45 +02:00 committed by GitHub
commit 857f6ecc81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
'Type: Bug / Error': 'bug/*'
'Type: Enhancement': 'feature/*'
'Type: Other': 'other/*'
'Type: Dependabot': 'dependabot/*'

View File

@ -1,6 +1,6 @@
name: Apply labels to PR
on:
pull_request:
pull_request_target:
types: [opened]
jobs: