Skip to content

Commit

Permalink
Merge pull request #52 from GenieWizards/feat/automate-labelling
Browse files Browse the repository at this point in the history
feat: update labeler configuration to include enhancement, bug, and release labels✨
  • Loading branch information
shivamvijaywargi authored Nov 24, 2024
2 parents 1f0bf44 + 3c718d4 commit fcc777e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,12 @@ tooling:
security:
- src/common/utils/crypto.lib.ts
- "src/modules/auth/**/*"

enhancement:
- head-branch: [^feature, feature, ^feat, feat]

bug:
- head-branch: [^bug, bug, ^bugfix, bugfix, fix, issue]

release:
- base-branch: main
3 changes: 1 addition & 2 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@
# https://github.com/actions/labeler

name: Labeler
on: [pull_request_target]
on: [pull_request]

jobs:
label:

runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit fcc777e

Please sign in to comment.