diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 5ed526bc5..077cc568b 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -1,4 +1,3 @@ 'Type: Bug / Error': 'bug/*' 'Type: Enhancement': 'feature/*' 'Type: Other': 'other/*' -'Type: Dependabot': 'dependabot/*' diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index b6fab95ce..107743c6a 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -1,6 +1,6 @@ name: Apply labels to PR on: - pull_request: + pull_request_target: types: [opened] jobs: