File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121jobs :
2222 check_workflow :
23+ permissions :
24+ contents : none
2325 uses : ./.github/workflows/should-workflow-run.yml
2426 with :
2527 bazel-target-prefix : ' //java'
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 check_workflow :
20+ permissions :
21+ contents : none
2022 uses : ./.github/workflows/should-workflow-run.yml
2123 with :
2224 bazel-target-prefix : ' //javascript'
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 check_workflow :
20+ permissions :
21+ contents : none
2022 uses : ./.github/workflows/should-workflow-run.yml
2123 with :
2224 bazel-target-prefix : ' //py'
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 check_workflow :
20+ permissions :
21+ contents : none
2022 uses : ./.github/workflows/should-workflow-run.yml
2123 with :
2224 bazel-target-prefix : ' //rb'
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 15 10,20 * * *'
77
8+ permissions :
9+ contents : read
10+
811jobs :
912 stale :
13+ permissions :
14+ issues : write # for actions/stale to close stale issues
15+ pull-requests : write # for actions/stale to close stale PRs
1016 runs-on : ubuntu-latest
1117 steps :
1218 - uses : actions/stale@v4
You can’t perform that action at this time.
0 commit comments