Skip to content

Commit

Permalink
Merge branch 'main' into rolds/cleanup_vhost_opts_suite
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanrolds authored Nov 26, 2024
2 parents 9f78bc7 + 0d40c8e commit 7d8598b
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 7d8598b

Please sign in to comment.