File tree Expand file tree Collapse file tree 6 files changed +8
-1
lines changed
Expand file tree Collapse file tree 6 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 77 - " *.md"
88 branches :
99 - main
10+ - 3.x
1011
1112# Remove default permissions of GITHUB_TOKEN for security
1213# https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
Original file line number Diff line number Diff line change 77 - " *.md"
88 branches :
99 - main
10+ - 3.x
1011 pull_request :
1112 paths-ignore :
1213 - " docs/**"
1314 - " *.md"
1415 branches :
1516 - main
17+ - 3.x
1618 - " !v[0-9]*"
1719
1820# https://github.com/vitejs/vite/blob/main/.github/workflows/ci.yml
Original file line number Diff line number Diff line change 99 # autofix workflow will be triggered instead for PRs
1010 branches :
1111 - main
12+ - 3.x
1213 - " !v[0-9]*"
1314
1415# Remove default permissions of GITHUB_TOKEN for security
Original file line number Diff line number Diff line change 66 - " .github/workflows/**"
77 branches :
88 - main
9+ - 3.x
910 pull_request :
1011 paths :
1112 - " .github/workflows/**"
1213 branches :
1314 - main
15+ - 3.x
1416 - " !v[0-9]*"
1517
1618permissions :
Original file line number Diff line number Diff line change 66 - opened
77 branches :
88 - main
9+ - 3.x
910
1011jobs :
1112 add-pr-labels :
Original file line number Diff line number Diff line change 1212 schedule :
1313 - cron : ' 20 7 * * 2'
1414 push :
15- branches : ["main"]
15+ branches : ["main", "3.x" ]
1616
1717# Declare default permissions as read only.
1818permissions : read-all
You can’t perform that action at this time.
0 commit comments