Skip to content

Commit 8b356f4

Browse files
chore: synced file(s) with orange-cloudavenue/workflows (#182)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 76430dd commit 8b356f4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/pr.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
name: PR All events
77

88
on:
9-
pull_request:
9+
pull_request_target:
10+
types: [ synchronize ]
11+
1012

1113
concurrency:
1214
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
@@ -38,6 +40,8 @@ jobs:
3840
secrets:
3941
TOKEN: ${{ secrets.CHANGELOG_PAT }}
4042

43+
44+
4145
golang-ci-lint:
4246
name: "Lint"
4347
uses: orange-cloudavenue/workflows/.github/workflows/go_golangci-lint.yml@main

.github/workflows/pr_close.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# --------------------------------------------------------------
66
name: PR Close
77
on:
8-
pull_request:
8+
pull_request_target:
99
types: [closed]
1010
workflow_dispatch:
1111

0 commit comments

Comments
 (0)