File tree Expand file tree Collapse file tree 13 files changed +13
-28
lines changed Expand file tree Collapse file tree 13 files changed +13
-28
lines changed Original file line number Diff line number Diff line change 1
1
name : package:args
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/args/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:async
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run on PRs and pushes to the default branch.
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
18
18
- env :
19
- PUB_ENVIRONMENT : bot.github
20
-
21
19
defaults :
22
20
run :
23
21
working-directory : pkgs/async/
Original file line number Diff line number Diff line change 1
1
name : package:characters
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/characters/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:collection
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
18
18
- env :
19
- PUB_ENVIRONMENT : bot.github
20
-
21
19
defaults :
22
20
run :
23
21
working-directory : pkgs/collection/
Original file line number Diff line number Diff line change 1
1
name : package:convert
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/convert/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:crypto
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/crypto/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:fixnum
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/fixnum/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:lints
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/lints/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:logging
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/logging/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
Original file line number Diff line number Diff line change 1
1
name : package:os_detect
2
+ permissions : read-all
2
3
3
4
on :
4
5
# Run CI on pushes to the main branch, and on PRs against main.
14
15
- ' pkgs/os_detect/**'
15
16
schedule :
16
17
- cron : " 0 0 * * 0"
17
- env :
18
- PUB_ENVIRONMENT : bot.github
19
18
20
19
defaults :
21
20
run :
You can’t perform that action at this time.
0 commit comments