File tree 3 files changed +7
-5
lines changed
3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ name: PR All events
7
7
8
8
on :
9
9
pull_request_target :
10
- types : [ synchronize ]
10
+ types : [ opened, reopened, synchronize ]
11
11
12
12
13
13
concurrency :
14
- group : ${{ github.ref }}-${{ github.head_ref }}-changelog
14
+ group : ${{ github.ref }}-${{ github.head_ref }}-pr-all
15
15
cancel-in-progress : true
16
16
17
17
permissions :
40
40
secrets :
41
41
TOKEN : ${{ secrets.CHANGELOG_PAT }}
42
42
43
-
43
+ pr-license :
44
+ name : " License Check"
45
+ uses : orange-cloudavenue/workflows/.github/workflows/pr_license.yml@main
44
46
45
47
golang-ci-lint :
46
48
name : " Lint"
Original file line number Diff line number Diff line change 10
10
workflow_dispatch :
11
11
12
12
concurrency :
13
- group : ${{ github.ref }}-${{ github.head_ref }}-changelog
13
+ group : ${{ github.ref }}-${{ github.head_ref }}-pr-close
14
14
cancel-in-progress : true
15
15
16
16
permissions :
Original file line number Diff line number Diff line change 10
10
types : [ opened, reopened ]
11
11
12
12
concurrency :
13
- group : ${{ github.ref }}-${{ github.head_ref }}-changelog
13
+ group : ${{ github.ref }}-${{ github.head_ref }}-pr-open
14
14
cancel-in-progress : true
15
15
16
16
permissions :
You can’t perform that action at this time.
0 commit comments