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
2 changed files with 1 additions and 2 deletions

View File

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

View File

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