mirror of
https://github.com/jellyfin/jellyfin-roku.git
synced 2025-02-07 23:28:36 +00:00
convert all labels to be lowercase with hyphens instead of spaces
This commit is contained in:
parent
01ed0472d7
commit
fbcd58edad
15
.github/release.yml
vendored
15
.github/release.yml
vendored
@ -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:
|
||||
- "*"
|
||||
|
1
.github/workflows/auto-close-stale-pr.yml
vendored
1
.github/workflows/auto-close-stale-pr.yml
vendored
@ -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
|
||||
|
2
.github/workflows/automations.yml
vendored
2
.github/workflows/automations.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user