chore(ci): minor improvements auto labeling (#2675)

This commit is contained in:
Steven Palma
2025-12-17 22:54:47 +01:00
committed by GitHub
parent 86eee5c1e2
commit 8667b9ef08
3 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -83,9 +83,9 @@ body:
attributes:
label: Checklist
options:
- label: I have searched existing issues to ensure this isn't a duplicate.
- label: I have searched existing tickets to ensure this isn't a duplicate.
- label: I am using the latest version of the `main` branch.
- label: (For bugs) I have verified this is not an environment-specific issue.
- label: I have verified this is not an environment-specific problem.
- type: textarea
id: workaround
@@ -26,6 +26,7 @@ documentation:
- changed-files:
- any-glob-to-any-file:
- '**/*.md'
- '**/*.mdx'
- 'docs/**'
examples:
-1
View File
@@ -36,4 +36,3 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true # Removes labels if files are removed from the PR
configuration-path: '.github/workflows/labeler.yml'