From c50741d4258f99b731a197a3b0fc8c3590c674fb Mon Sep 17 00:00:00 2001 From: lumirlumir Date: Thu, 6 Mar 2025 09:47:34 +0000 Subject: [PATCH 1/2] chore(sync-server): synced local './.github/workflows/pull-request.yml' with remote './configs/.github/workflows/pull-request.yml' --- .github/workflows/pull-request.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 0d198cb..fdddaac 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -4,6 +4,9 @@ on: pull_request_target: types: [opened, edited, synchronize] +permissions: + pull-requests: write + concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number }} cancel-in-progress: true From 82b6b4d1115e08d620e52766abc5c4a78bc65ad4 Mon Sep 17 00:00:00 2001 From: lumirlumir Date: Thu, 6 Mar 2025 09:47:34 +0000 Subject: [PATCH 2/2] chore(sync-server): synced local './.github/workflows/sync-client.yml' with remote './configs/.github/workflows/sync-client.yml' --- .github/workflows/sync-client.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-client.yml b/.github/workflows/sync-client.yml index fe3ed01..e1770dd 100644 --- a/.github/workflows/sync-client.yml +++ b/.github/workflows/sync-client.yml @@ -4,6 +4,9 @@ on: push: branches: [main] +permissions: + contents: read + jobs: sync-client: runs-on: ubuntu-latest