Skip to content

Commit

Permalink
Create labeler.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Dec 4, 2023
1 parent 4be3bc4 commit 7af890d
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Add 'workflow' to any changes within 'workflow' folder or any subfolders
workflow:
- .github/workflows/*

# Add 'beta' label to any PR where the head branch name starts with `beta` or has a `beta` section in the name
beta:
- base-branch: 'beta*'
- head-branch: ['^beta', 'beta', 'beta*']

# Add 'beta' label to any PR where the head branch name starts with `beta` or has a `beta` section in the name
alpha:
- base-branch: 'alpha*'
- head-branch: ['^alpha', 'alpha', 'alpha*']

# Add 'latest' label to any PR where the head branch name starts with `latest` or has a `latest` section in the name
latest:
- base-branch: 'latest'
- head-branch: ['^latest', 'latest', 'latest*']

0 comments on commit 7af890d

Please sign in to comment.