Skip to content

Commit

Permalink
convert all labels to be lowercase with hyphens instead of spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Nov 5, 2023
1 parent 01ed047 commit fbcd58e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,25 @@ changelog:
categories:
- title: 🆕 New Features
labels:
- "new feature"
- "new-feature"
- title: 🔨 Updated Features
labels:
- "updated feature"
- "updated-feature"
- title: ⚙️ New Settings
labels:
- "new setting"
- "new-setting"
- title: 🔧 Updated Settings
labels:
- "updated setting"
- "updated-setting"
- title: 🐛 Bug Fixes
labels:
- "bug fix"
- "bug-fix"
- title: 💻 Dev Improvements
labels:
- "dev-improvement"
- title: 🧹 Code Cleanup
labels:
- "code cleanup"
- "code-cleanup"
- title: ⭐ Additional Updates
labels:
- "*"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/auto-close-stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
days-before-issue-stale: -1
days-before-issue-close: -1
stale-pr-label: stale
stale-pr-message: "This pull request has been inactive for 21 days and will be automatically closed in 7 days if there is no further activity."
close-pr-message: "This pull request has been closed because it has been inactive for 28 days. You may submit a new pull request if desired."
days-before-pr-stale: 21
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
- name: Check all PRs for merge conflicts ⛔
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "merge conflict"
dirtyLabel: "merge-conflict"
commentOnDirty: "This pull request has merge conflicts. Please resolve the conflicts so the PR can be reviewed. Thanks!"
repoToken: ${{ secrets.JF_BOT_TOKEN }}

0 comments on commit fbcd58e

Please sign in to comment.