Skip to content

Commit 0d40c8e

Browse files
authored
.github/workflows: do not add work in progress label by default (#10407)
1 parent a5c0926 commit 0d40c8e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/add-pr-label.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ jobs:
2323
with:
2424
labels: |
2525
keep pr updated
26-
work in progress
2726
env:
2827
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
changelog:
2+
- type: NON_USER_FACING
3+
description: >-
4+
Do not add the `work in progress` label to PRs by default. This label prevents code from merging into the
5+
target branch, and was intended to help prevent merges before they were intended to happen.
6+
Instead however, it has caused engineering toil as removing the label is not intuitive for many developers.
7+
8+
skipCI-docs-build:true
9+
skipCI-kube-tests:true

0 commit comments

Comments
 (0)