From e10135a2a992479ea7748a064690b6cecfaf1c93 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sun, 5 May 2024 12:46:08 +0100 Subject: [PATCH] ci: remove [WIP] opt-in for pull request linting --- .github/workflows/lint-pr.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index d4142fa430..c70997b1ab 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -8,7 +8,7 @@ on: - synchronize permissions: - pull-requests: write + pull-requests: read jobs: main: @@ -19,10 +19,6 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - # Opt-in to using the special "[WIP]" state - # This will prevent the PR title from being validated, and pull - # request checks will remain pending. - wip: true # If the PR only contains a single commit, the action will validate that # it matches the configured pattern. validateSingleCommit: true