mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
chore: fix and dedup workflow runs (#1774)
* chore: fix and dedup workflow runs * chore: dedup workflow runs
This commit is contained in:
parent
0503b30121
commit
5447a7c5fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update-pr-metadata.yml
vendored
4
.github/workflows/update-pr-metadata.yml
vendored
|
@ -1,8 +1,6 @@
|
|||
name: Update Metadata
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
# CAREFUL! https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
|
||||
pull_request_target:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
|
@ -38,6 +36,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
# https://github.com/actions/checkout/issues/518#issuecomment-890401887
|
||||
ref: refs/pull/${{ github.event.number }}/merge
|
||||
fetch-depth: 0
|
||||
persist-credentials: false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue