Skip to content

Commit 65450db

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

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/pr.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name: PR All events
77

88
on:
99
pull_request_target:
10-
types: [ synchronize ]
10+
types: [ opened, reopened, synchronize ]
1111

1212

1313
concurrency:
14-
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
14+
group: ${{ github.ref }}-${{ github.head_ref }}-pr-all
1515
cancel-in-progress: true
1616

1717
permissions:
@@ -40,7 +40,9 @@ jobs:
4040
secrets:
4141
TOKEN: ${{ secrets.CHANGELOG_PAT }}
4242

43-
43+
pr-license:
44+
name: "License Check"
45+
uses: orange-cloudavenue/workflows/.github/workflows/pr_license.yml@main
4446

4547
golang-ci-lint:
4648
name: "Lint"

.github/workflows/pr_close.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_dispatch:
1111

1212
concurrency:
13-
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
13+
group: ${{ github.ref }}-${{ github.head_ref }}-pr-close
1414
cancel-in-progress: true
1515

1616
permissions:

.github/workflows/pr_open.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
types: [ opened, reopened ]
1111

1212
concurrency:
13-
group: ${{ github.ref }}-${{ github.head_ref }}-changelog
13+
group: ${{ github.ref }}-${{ github.head_ref }}-pr-open
1414
cancel-in-progress: true
1515

1616
permissions:

0 commit comments

Comments
 (0)