From a292c39a97d109785d9746b0abe6517d21ef2f33 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Mon, 2 Dec 2024 17:07:12 +0000 Subject: [PATCH] chore: Remove `wip: true` --- .github/workflows/pr_title.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pr_title.yml b/.github/workflows/pr_title.yml index a3e7c9308e..4b5f394244 100644 --- a/.github/workflows/pr_title.yml +++ b/.github/workflows/pr_title.yml @@ -39,13 +39,6 @@ jobs: The subject "{subject}" found in the pull request title "{title}" didn't match the configured pattern. Please ensure that the subject starts with an uppercase character. - # For work-in-progress PRs you can typically use draft pull requests - # from Github. However, private repositories on the free plan don't have - # this option and therefore this action allows you to opt-in to using the - # special "[WIP]" prefix to indicate this state. This will avoid the - # validation of the PR title and the pull request checks remain pending. - # Note that a second check will be reported if this is enabled. - wip: true # When using "Squash and merge" on a PR with only one commit, GitHub # will suggest using that commit message instead of the PR title for the # merge commit, and it's easy to commit this by mistake. Enable this option