From 36fb12d241b67b4d0cca88701972d735ed1de0ba Mon Sep 17 00:00:00 2001 From: Denny Septian Panggabean <97607754+ddevsr@users.noreply.github.com> Date: Mon, 18 Sep 2023 16:31:23 +0700 Subject: [PATCH] Update label-conflict.yml --- .github/workflows/label-conflict.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/label-conflict.yml b/.github/workflows/label-conflict.yml index 363cb967d274..663b38a66673 100644 --- a/.github/workflows/label-conflict.yml +++ b/.github/workflows/label-conflict.yml @@ -11,11 +11,12 @@ concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} cancel-in-progress: true +permissions: + contents: read + pull-requests: write + jobs: auto-comment-conflict: - permissions: - contents: read - pull-requests: write if: github.event.label.name == 'stale' runs-on: ubuntu-latest steps: