mirror of
https://github.com/huggingface/lerobot.git
synced 2026-05-21 03:30:10 +00:00
chore(ci): minor improvements auto labeling (#2675)
This commit is contained in:
@@ -83,9 +83,9 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: Checklist
|
label: Checklist
|
||||||
options:
|
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: 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
|
- type: textarea
|
||||||
id: workaround
|
id: workaround
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ documentation:
|
|||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file:
|
- any-glob-to-any-file:
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
- '**/*.mdx'
|
||||||
- 'docs/**'
|
- 'docs/**'
|
||||||
|
|
||||||
examples:
|
examples:
|
||||||
@@ -36,4 +36,3 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
sync-labels: true # Removes labels if files are removed from the PR
|
sync-labels: true # Removes labels if files are removed from the PR
|
||||||
configuration-path: '.github/workflows/labeler.yml'
|
|
||||||
|
|||||||
Reference in New Issue
Block a user