Skip to content

Commit 2c4b180

Browse files
chore: synced file(s) with orange-cloudavenue/workflows (#36)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent c138e10 commit 2c4b180

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
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:

.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:

.licenserc.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ header: # `header` section is configurations for source codes license header.
2929
- '**/go.mod'
3030
- '**/go.sum'
3131
- 'LICENSE'
32+
- 'LICENCE'
3233
- 'NOTICE'
3334
- '**/**.svg'
3435
- "**/zz_generated.*.go"
@@ -49,6 +50,9 @@ header: # `header` section is configurations for source codes license header.
4950
- ".golangci.yml"
5051
- ".pre-commit-config.yaml"
5152
- "mkdocs.yml"
53+
- ".devcontainer/"
54+
- ".goreleaser.yml"
55+
- "examples/"
5256

5357
comment: on-failure # on what condition license-eye will comment on the pull request, `on-failure`, `always`, `never`.
5458

0 commit comments

Comments
 (0)