From 99bbec0180f584fea91238acf461950657c75048 Mon Sep 17 00:00:00 2001 From: tarikgul Date: Mon, 4 Sep 2023 22:11:31 -0400 Subject: [PATCH] remove wip since it gives write permissions --- .github/workflows/semantic.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 114f91fc..d51ad737 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -25,5 +25,3 @@ jobs: uses: amannn/action-semantic-pull-request@v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - wip: true