Skip to content

Commit

Permalink
Merge pull request #352 from Flow-Launcher/add_pr_labeler_config
Browse files Browse the repository at this point in the history
Add PR labeler app config and remove PR assignee bot
  • Loading branch information
jjw24 authored Jun 18, 2024
2 parents fe645cc + d50f275 commit 02716d0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 17 deletions.
23 changes: 23 additions & 0 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# The bot always updates the labels, add/remove as necessary [default: false]
alwaysReplace: false
# Treats the text and labels as case sensitive [default: true]
caseSensitive: false
# Array of labels to be applied to the PR [default: []]
customLabels:
# Finds the `text` within the PR title and body and applies the `label`
- text: 'new plugin'
label: 'Plugin Submission'
- text: 'add'
label: 'Plugin Submission'
- text: 'bug'
label: 'bug'
- text: 'fix'
label: 'bug'
- text: 'feature'
label: 'enhancement'
# Search the body of the PR for the `text` [default: true]
searchBody: true
# Search the title of the PR for the `text` [default: true]
searchTitle: true
# Search for whole words only [default: false]
wholeWords: false
17 changes: 0 additions & 17 deletions .github/workflows/pr_assignee.yml

This file was deleted.

0 comments on commit 02716d0

Please sign in to comment.