-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrepos.yml
More file actions
202 lines (199 loc) · 9.65 KB
/
Copy pathrepos.yml
File metadata and controls
202 lines (199 loc) · 9.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
repos:
# node actions (javascript)
- repo: joshjohanning/approveops
topics: 'github,actions,javascript,node-action,approval,issueops,issue-ops'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/bulk-github-repo-settings-sync-action
topics: 'github,actions,javascript,node-action,github-settings,settings-sync,github-config-as-code'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/bulk-github-repo-sync-action
topics: 'github,actions,javascript,node-action'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/nodejs-actions-starter-template
topics: 'github,actions,javascript,node-action'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/npm-version-check-action
topics: 'github,actions,javascript,node-action'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/organization-readme-badge-generator
topics: 'github,actions,javascript,node-action,org-readme'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/twistlock-results-json-to-markdown-action
topics: 'github,actions,javascript,node-action,prisma,twistlock'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/publish-github-action
topics: 'github,actions,javascript,node-action'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/ensure-immutable-actions
topics: 'github,actions,javascript,node-action'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
package-json-file: './config/package-json/package.json'
- repo: joshjohanning/azdo_commit_message_validator
topics: 'github,actions,javascript,node-action,azure-devops,azure-boards'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
- repo: joshjohanning/bulk-github-org-settings-sync-action
topics: 'github,actions,javascript,node-action,github-settings,settings-sync,github-config-as-code'
dependabot-yml: './config/dependabot/npm-actions.yml'
rulesets-file: './config/rulesets/actions-ci.json'
immutable-releases: true
workflow-files:
- ./config/workflows/ci.yml
- ./config/workflows/publish.yml
gitignore: './config/gitignore/.gitignore-actions'
copilot-instructions-md: './config/copilot/copilot-instructions-actions.md'
# node actions (typescript)
- repo: joshjohanning/generate-org-repos-sbom-action
topics: 'github,actions,typescript,node-action,advanced-security'
rulesets-file: './config/rulesets/ccr-only.json'
# composite actions (shell)
- repo: joshjohanning/actions-ref-linter
topics: 'github,actions,shell,composite-action'
dependabot-yml: './config/dependabot/actions.yml'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/enforce-github-pat-expiration
topics: 'github,actions,shell,composite-action,administration,personal-access-tokens'
dependabot-yml: './config/dependabot/actions.yml'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/revoke-github-ssh-key-sso-authorization
topics: 'github,actions,shell,composite-action,administration,ssh-keys'
dependabot-yml: './config/dependabot/actions.yml'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/text-to-emoji-action
topics: 'github,actions,shell,composite-action'
dependabot-yml: './config/dependabot/actions.yml'
rulesets-file: './config/rulesets/ccr-only.json'
# other repositories
- repo: joshjohanning/sync-github-repo-settings
topics: 'github,github-settings,settings-sync,github-config-as-code'
dependabot-yml: './config/dependabot/actions.yml'
gitignore: './config/gitignore/.gitignore-simple'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/sync-github-org-settings
topics: 'github,github-settings,settings-sync,github-config-as-code'
dependabot-yml: './config/dependabot/actions.yml'
gitignore: './config/gitignore/.gitignore-simple'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/hsa-expense-analyzer-cli
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
immutable-releases: true
gitignore: './config/gitignore/.gitignore-js'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/make-coverage-badge-better
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
immutable-releases: true
gitignore: './config/gitignore/.gitignore-js'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/github-misc-scripts
dependabot-yml: './config/dependabot/actions-npm-security-grouped.yml'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/envisalink-syslog-listener
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
immutable-releases: true
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/rpi-scripts # private repo
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
code-scanning: false
secret-scanning: false
secret-scanning-push-protection: false
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/joshjohanning.github.io # blog, template managed upstream
allow-squash-merge: false
allow-merge-commit: true
allow-rebase-merge: false
allow-auto-merge: false
code-scanning: false
dependabot-alerts: false
dependabot-security-updates: false
- repo: joshjohanning/approved-actions-enforcer-app
immutable-releases: true
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/bulk-github-repo-settings-sync-action-live-tests
topics: 'github,github-settings,settings-sync'
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/joshjohanning
rulesets-file: './config/rulesets/ccr-only.json'
- repo: joshjohanning/todo
dependabot-yml: './config/dependabot/npm-actions-no-octokit.yml'
code-scanning: false
secret-scanning: false
secret-scanning-push-protection: false
rulesets-file: './config/rulesets/ccr-only.json'