Skip to content

Commit da900f8

Browse files
committed
build: clean-up workflows
1 parent 8fa259a commit da900f8

File tree

6 files changed

+12
-24
lines changed

6 files changed

+12
-24
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ updates:
88
labels:
99
- auto
1010
- dependencies
11-
reviewers:
12-
- devpow112
11+
reviewers: devpow112
1312
commit-message:
1413
prefix: build
1514
include: scope
@@ -22,8 +21,7 @@ updates:
2221
labels:
2322
- auto
2423
- dependencies
25-
reviewers:
26-
- devpow112
24+
reviewers: devpow112
2725
commit-message:
2826
prefix: chore
2927
include: scope

.github/workflows/ci.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
name: CI
22
on:
33
pull_request:
4-
branches:
5-
- main
4+
branches: main
65
push:
7-
branches:
8-
- main
6+
branches: main
97
permissions:
108
contents: read
119
jobs:

.github/workflows/release.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,9 @@ on:
33
schedule:
44
- cron: '0 19 * * *'
55
workflow_run:
6-
workflows:
7-
- CI
8-
branches:
9-
- main
10-
types:
11-
- completed
6+
workflows: CI
7+
branches: main
8+
types: completed
129
permissions:
1310
contents: read
1411
jobs:

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: Sync Labels
22
on:
33
push:
4-
branches:
5-
- main
4+
branches: main
65
paths:
76
- .github/workflows/sync-labels.yml
87
- .github/labels.yml

.github/workflows/update-license.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Update License
22
on:
33
push:
4-
branches:
5-
- main
6-
paths:
7-
- .github/workflows/update-license.yml
4+
branches: main
5+
paths: .github/workflows/update-license.yml
86
schedule:
97
- cron: '0 0 1 1 *'
108
permissions:

.github/workflows/update-node.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Update Node
22
on:
33
push:
4-
branches:
5-
- main
6-
paths:
7-
- .github/workflows/update-node.yml
4+
branches: main
5+
paths: .github/workflows/update-node.yml
86
schedule:
97
- cron: '0 15 * * *'
108
permissions:

0 commit comments

Comments
 (0)