chore(ci): minor improvement bug-report template & pr auto label (#2676)

* chore(ci): minor improvement bug-report template

* chore(ci): change triggers for PR auto label
This commit is contained in:
Steven Palma
2025-12-18 00:23:23 +01:00
committed by GitHub
parent 8667b9ef08
commit 4a151a9682
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ body:
- type: dropdown
id: issue-type
attributes:
label: Issue Type
label: Ticket Type
description: What kind of ticket are you opening?
options:
- "🐛 Bug Report (Something isn't working)"
+3 -2
View File
@@ -17,7 +17,8 @@ name: Pull Request Labeler
on:
# Allows labeling pull requests when they are opened or updated
pull_request:
# zizmor: ignore[dangerous-triggers] Needed to label PRs from forks
pull_request_target:
branches:
- main
types: [opened, synchronize, reopened, ready_for_review]
@@ -30,7 +31,7 @@ jobs:
triage:
name: Label PR
runs-on: ubuntu-latest
if: github.repository == 'huggingface/lerobot'
if: github.repository == 'huggingface/lerobot' && !github.event.pull_request.draft
steps:
- uses: actions/labeler@v6
with: