Skip to content

Commit

Permalink
chore: Auto-add 'needs triage' label to bugs (pola-rs#13671)
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego authored and r-brink committed Jan 24, 2024
1 parent 8d1f9d0 commit cb38e7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report_python.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '🐞 Bug report - Python'
description: Report an issue with Python Polars.
labels: [bug, python]
labels: [bug, needs triage, python]

body:
- type: checkboxes
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report_rust.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: '🐞 Bug report - Rust'
description: Report an issue with Rust Polars.
labels: [bug, rust]
labels: [bug, needs triage, rust]

body:
- type: checkboxes
Expand Down

0 comments on commit cb38e7e

Please sign in to comment.