From ebe2e58a2160c6e9e6177691b68e1cee4e379323 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 20 Nov 2023 16:00:42 +0100 Subject: [PATCH] workflow: lint pr: run without wip and permissions --- .github/workflows/test.lint.pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.lint.pr.yml b/.github/workflows/test.lint.pr.yml index 3e6cad4..48a60d0 100644 --- a/.github/workflows/test.lint.pr.yml +++ b/.github/workflows/test.lint.pr.yml @@ -7,8 +7,8 @@ on: - edited - synchronize -permissions: - pull-requests: write +#permissions: +# pull-requests: write jobs: main: @@ -71,4 +71,4 @@ jobs: # 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 \ No newline at end of file + #wip: true \ No newline at end of file