File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 55 workflows : [CI]
66 types : [completed]
77 branches : [main]
8+
89jobs :
910 call-workflow-from-shared-config :
1011 uses : rubyatscale/shared-config/.github/workflows/cd.yml@main
12+ secrets : inherit
Original file line number Diff line number Diff line change 11name : CI
22
3- on : [push, pull_request]
3+ on :
4+ push :
5+ branches :
6+ - main
7+ pull_request :
48
59jobs :
610 call-workflow-from-shared-config :
711 uses : rubyatscale/shared-config/.github/workflows/ci.yml@main
12+ secrets : inherit
Original file line number Diff line number Diff line change 1+ name : ' Close stale issues and PRs'
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 0 * * *'
6+ jobs :
7+ call-workflow-from-shared-config :
8+ uses : rubyatscale/shared-config/.github/workflows/stale.yml@main
Original file line number Diff line number Diff line change 1+ name : Label issues as "triage"
2+
3+ on :
4+ issues :
5+ types :
6+ - opened
7+ jobs :
8+ call-workflow-from-shared-config :
9+ uses : rubyatscale/shared-config/.github/workflows/triage.yml@main
You can’t perform that action at this time.
0 commit comments