Skip to content

Commit

Permalink
.github/workflows: do not add work in progress label by default (#10407)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-heilbron authored Nov 26, 2024
1 parent a5c0926 commit 0d40c8e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/add-pr-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,5 @@ jobs:
with:
labels: |
keep pr updated
work in progress
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9 changes: 9 additions & 0 deletions changelog/v1.18.0-rc3/work-in-progress-default-false.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
changelog:
- type: NON_USER_FACING
description: >-
Do not add the `work in progress` label to PRs by default. This label prevents code from merging into the
target branch, and was intended to help prevent merges before they were intended to happen.
Instead however, it has caused engineering toil as removing the label is not intuitive for many developers.
skipCI-docs-build:true
skipCI-kube-tests:true

0 comments on commit 0d40c8e

Please sign in to comment.