Skip to content

Commit 11d1fa9

Browse files
authored
chore(labeler): trigger a release (#137)
1 parent 33436cd commit 11d1fa9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/commitlint.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
types:
66
- opened
77
- edited
8-
- synchronize
98

109
concurrency:
1110
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/pr-labeler.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ on:
88
type: string
99

1010
jobs:
11-
lint:
11+
label:
1212
runs-on:
1313
labels: [self-hosted, linux, x64]
1414
group: light
15+
1516
steps:
1617
- name: clone config from repo
1718
uses: actions/checkout@v4

0 commit comments

Comments
 (0)