File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 8
8
paths :
9
9
- " .github/workflows/check-markdown-task.ya?ml"
10
10
- " .markdown-link-check.json"
11
+ - " .npmrc"
11
12
- " package.json"
12
13
- " package-lock.json"
13
14
- " Taskfile.ya?ml"
16
17
- " **.mkdn"
17
18
- " **.mdown"
18
19
- " **.markdown"
19
- - " **/.npmrc"
20
20
pull_request :
21
21
paths :
22
22
- " .github/workflows/check-markdown-task.ya?ml"
23
23
- " .markdown-link-check.json"
24
+ - " .npmrc"
24
25
- " package.json"
25
26
- " package-lock.json"
26
27
- " Taskfile.ya?ml"
29
30
- " **.mkdn"
30
31
- " **.mdown"
31
32
- " **.markdown"
32
- - " **/.npmrc"
33
33
schedule :
34
34
# Run every Tuesday at 8 AM UTC to catch breakage caused by external changes.
35
35
- cron : " 0 8 * * TUE"
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-prettier-formatting-task.ya?ml"
10
+ - " .npmrc"
10
11
- " Taskfile.ya?ml"
11
- - " **/.npmrc"
12
12
- " **/.prettierignore"
13
13
- " **/.prettierrc*"
14
14
# Prettier-covered file patterns are defined by:
113
113
pull_request :
114
114
paths :
115
115
- " .github/workflows/check-prettier-formatting-task.ya?ml"
116
+ - " .npmrc"
116
117
- " Taskfile.ya?ml"
117
- - " **/.npmrc"
118
118
- " **/.prettierignore"
119
119
- " **/.prettierrc*"
120
120
# CSS
Original file line number Diff line number Diff line change 7
7
push :
8
8
paths :
9
9
- " .github/workflows/check-taskfiles.ya?ml"
10
+ - " .npmrc"
10
11
- " package.json"
11
12
- " package-lock.json"
12
- - " **/.npmrc"
13
13
- " **/Taskfile.ya?ml"
14
14
- " **/DistTasks.ya?ml"
15
15
pull_request :
16
16
paths :
17
17
- " .github/workflows/check-taskfiles.ya?ml"
18
+ - " .npmrc"
18
19
- " package.json"
19
20
- " package-lock.json"
20
- - " **/.npmrc"
21
21
- " **/Taskfile.ya?ml"
22
22
- " **/DistTasks.ya?ml"
23
23
schedule :
Original file line number Diff line number Diff line change 6
6
push :
7
7
paths :
8
8
- " .github/workflows/*.ya?ml"
9
+ - " .npmrc"
9
10
- " package.json"
10
11
- " package-lock.json"
11
12
- " Taskfile.ya?ml"
12
- - " **/.npmrc"
13
13
pull_request :
14
14
paths :
15
15
- " .github/workflows/*.ya?ml"
16
+ - " .npmrc"
16
17
- " package.json"
17
18
- " package-lock.json"
18
19
- " Taskfile.ya?ml"
19
- - " **/.npmrc"
20
20
schedule :
21
21
# Run every Tuesday at 8 AM UTC to catch breakage resulting from changes to the JSON schema.
22
22
- cron : " 0 8 * * TUE"
Original file line number Diff line number Diff line change 11
11
paths :
12
12
- " .github/workflows/sync-labels-npm.ya?ml"
13
13
- " .github/label-configuration-files/*.ya?ml"
14
+ - " .npmrc"
14
15
- " package.json"
15
16
- " package-lock.json"
16
- - " **/.npmrc"
17
17
pull_request :
18
18
paths :
19
19
- " .github/workflows/sync-labels-npm.ya?ml"
20
20
- " .github/label-configuration-files/*.ya?ml"
21
+ - " .npmrc"
21
22
- " package.json"
22
23
- " package-lock.json"
23
- - " **/.npmrc"
24
24
schedule :
25
25
# Run daily at 8 AM UTC to sync with changes to shared label configurations.
26
26
- cron : " 0 8 * * *"
You can’t perform that action at this time.
0 commit comments