From 8edbff256e65e88668696675c5f572d46a1a2084 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Wed, 16 Oct 2024 19:02:50 +0200 Subject: [PATCH] test3 --- .github/workflows/pr.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f0190f64396..0317a131453 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,7 +1,7 @@ name: PR on: - pull_request_target: + pull_request: permissions: {} # Permissions per job @@ -22,8 +22,6 @@ jobs: uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 with: fetch-depth: 0 - ref: ${{ github.event.pull_request.head.ref }} - repository: ${{ github.event.pull_request.head.repo.full_name }} - name: Install pnpm uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0 @@ -64,7 +62,7 @@ jobs: write-comment: runs-on: ubuntu-latest - timeout-minutes: 5 + timeout-minutes: 1 name: 'Comment Code Generation' permissions: pull-requests: write # to write the comment