Skip to content

Commit

Permalink
Remove change:breaking from required labels (streamlit#7339)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch authored Sep 15, 2023
1 parent da0b49a commit 80ca6d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
mode: exactly
count: 1
labels: "change:breaking,change:feature,change:bugfix,change:refactor,change:chore,change:docs,change:other"
labels: "change:feature,change:bugfix,change:refactor,change:chore,change:docs,change:other"
impact-defined:
runs-on: ubuntu-latest

Expand Down

0 comments on commit 80ca6d4

Please sign in to comment.