File tree Expand file tree Collapse file tree 3 files changed +64
-4
lines changed
Expand file tree Collapse file tree 3 files changed +64
-4
lines changed Original file line number Diff line number Diff line change 1+ name : issueQuarterlyRelease.yml – Create Quarterly Release
2+
3+ on :
4+ schedule :
5+ - cron : 30 4 31 3 *
6+ - cron : 30 4 30 6,9 *
7+ - cron : 30 5 31 12 *
8+ # workflow_dispatch:
9+
10+ permissions : read-all
11+
12+ jobs :
13+ create-issue :
14+ runs-on : ubuntu-latest
15+ permissions :
16+ issues : write
17+ steps :
18+ - name : Harden the runner (Audit all outbound calls)
19+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
20+ with :
21+ egress-policy : audit
22+
23+ - name : Create Quarterly Release
24+ uses : peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
25+ with :
26+ title : " Issue Quarterly Release"
27+ content-filepath : .github/quarterlyRelease.md
28+ assignees : RalphHightower
29+ labels : |
30+ maintenance
31+ license
Original file line number Diff line number Diff line change 1+ name : newYearUpdateCopyright.yml – New Year LICENSE Reminder
2+
3+ on :
4+ schedule :
5+ - cron : ' 0 5 1 1 *' # Midnight EST on Jan 1 America/New_York
6+ # workflow_dispatch:
7+
8+ permissions : read-all
9+
10+ jobs :
11+ create-issue :
12+ runs-on : ubuntu-latest
13+ permissions :
14+ issues : write
15+ steps :
16+ - name : Harden the runner (Audit all outbound calls)
17+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
18+ with :
19+ egress-policy : audit
20+
21+ - name : Create LICENSE update issue
22+ uses : peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
23+ with :
24+ title : " Update LICENSE for the new year"
25+ content-filepath : .github/license-reminder.md
26+ assignees : RalphHightower
27+ labels : |
28+ maintenance
29+ license
Original file line number Diff line number Diff line change 55 schedule :
66 - cron : ' 0 6 * * 0'
77
8- permissions :
9- issues : write
10- contents : write
8+ permissions : read-all
119
1210jobs :
1311 stale_branches :
1412 runs-on : ubuntu-latest
13+ permissions :
14+ issues : write
1515 steps :
1616 - name : Harden the runner (Audit all outbound calls)
1717 uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
3535 # include-protected-branches: false
3636 # include-ruleset-branches: false
3737 # ignore-commit-messages: ''
38- # ignore-committers: ''
38+ # ignore-committers: ''
You can’t perform that action at this time.
0 commit comments