Skip to content

Commit

Permalink
test3
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Oct 16, 2024
1 parent 717f45b commit 8edbff2
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: PR

on:
pull_request_target:
pull_request:

permissions: {} # Permissions per job

Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 8edbff2

Please sign in to comment.