We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76430dd commit 8b356f4Copy full SHA for 8b356f4
.github/workflows/pr.yml
@@ -6,7 +6,9 @@
6
name: PR All events
7
8
on:
9
- pull_request:
+ pull_request_target:
10
+ types: [ synchronize ]
11
+
12
13
concurrency:
14
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
@@ -38,6 +40,8 @@ jobs:
38
40
secrets:
39
41
TOKEN: ${{ secrets.CHANGELOG_PAT }}
42
43
44
45
golang-ci-lint:
46
name: "Lint"
47
uses: orange-cloudavenue/workflows/.github/workflows/go_golangci-lint.yml@main
.github/workflows/pr_close.yml
@@ -5,7 +5,7 @@
5
# --------------------------------------------------------------
name: PR Close
types: [closed]
workflow_dispatch:
0 commit comments