2525 env :
2626 BOT_BRANCH_NAME : ' bot/update-files-from-global-repo'
2727 COMMIT_MESSAGE : ' chore: update global workflows'
28+ EXCLUDE_PRIVATE : true
2829 REPOS_TO_IGNORE : >-
2930 homebrew-core,
3031 winget-pkgs,
4041 with :
4142 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
4243 commit_message : ${{ env.COMMIT_MESSAGE }}
44+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
4345 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
4446 github_token : ${{ secrets.GH_BOT_TOKEN }}
4547 committer_username : ${{ secrets.GH_BOT_NAME }}
7880 qodana-js.yaml,
7981 qodana-python.yaml
8082 topics_to_include : ' '
81- exclude_private : false
8283 exclude_forked : false
8384 destination : ' '
8485
9293 with :
9394 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
9495 commit_message : ${{ env.COMMIT_MESSAGE }}
96+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
9597 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
9698 github_token : ${{ secrets.GH_BOT_TOKEN }}
9799 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -103,7 +105,6 @@ jobs:
103105 .github/workflows/_codeql.yml,
104106 .github/workflows/_common-lint.yml
105107 topics_to_include : ' '
106- exclude_private : false
107108 exclude_forked : false
108109 destination : ' '
109110
@@ -115,6 +116,7 @@ jobs:
115116 with :
116117 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
117118 commit_message : ${{ env.COMMIT_MESSAGE }}
119+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
118120 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
119121 github_token : ${{ secrets.GH_BOT_TOKEN }}
120122 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -123,7 +125,6 @@ jobs:
123125 patterns_to_include : >-
124126 .github/workflows/_update-docs.yml
125127 topics_to_include : ' rtd'
126- exclude_private : false
127128 exclude_forked : false
128129 destination : ' '
129130
@@ -135,6 +136,7 @@ jobs:
135136 with :
136137 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
137138 commit_message : ${{ env.COMMIT_MESSAGE }}
139+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
138140 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
139141 github_token : ${{ secrets.GH_BOT_TOKEN }}
140142 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -143,7 +145,6 @@ jobs:
143145 patterns_to_include : >-
144146 .github/workflows/_update-flathub-repo.yml
145147 topics_to_include : ' flathub-pkg'
146- exclude_private : false
147148 exclude_forked : false
148149 destination : ' '
149150
@@ -155,6 +156,7 @@ jobs:
155156 with :
156157 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
157158 commit_message : ${{ env.COMMIT_MESSAGE }}
159+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
158160 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
159161 github_token : ${{ secrets.GH_BOT_TOKEN }}
160162 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -163,7 +165,6 @@ jobs:
163165 patterns_to_include : >-
164166 .github/workflows/_update-homebrew-repo.yml
165167 topics_to_include : ' homebrew-pkg'
166- exclude_private : false
167168 exclude_forked : false
168169 destination : ' '
169170
@@ -175,6 +176,7 @@ jobs:
175176 with :
176177 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
177178 commit_message : ${{ env.COMMIT_MESSAGE }}
179+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
178180 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
179181 github_token : ${{ secrets.GH_BOT_TOKEN }}
180182 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -183,7 +185,6 @@ jobs:
183185 patterns_to_include : >-
184186 .github/workflows/_update-pacman-repo.yml
185187 topics_to_include : ' pacman-pkg'
186- exclude_private : false
187188 exclude_forked : false
188189 destination : ' '
189190
@@ -195,6 +196,7 @@ jobs:
195196 with :
196197 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
197198 commit_message : ${{ env.COMMIT_MESSAGE }}
199+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
198200 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
199201 github_token : ${{ secrets.GH_BOT_TOKEN }}
200202 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -203,7 +205,6 @@ jobs:
203205 patterns_to_include : >-
204206 .github/workflows/_update-winget-repo.yml
205207 topics_to_include : ' winget-pkg'
206- exclude_private : false
207208 exclude_forked : false
208209 destination : ' '
209210
@@ -215,6 +216,7 @@ jobs:
215216 with :
216217 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
217218 commit_message : ${{ env.COMMIT_MESSAGE }}
219+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
218220 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
219221 github_token : ${{ secrets.GH_BOT_TOKEN }}
220222 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -223,7 +225,6 @@ jobs:
223225 patterns_to_include : >-
224226 .flake8
225227 topics_to_include : ' python'
226- exclude_private : false
227228 exclude_forked : false
228229 destination : ' '
229230
@@ -235,6 +236,7 @@ jobs:
235236 with :
236237 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
237238 commit_message : ${{ env.COMMIT_MESSAGE }}
239+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
238240 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
239241 github_token : ${{ secrets.GH_BOT_TOKEN }}
240242 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -243,7 +245,6 @@ jobs:
243245 patterns_to_include : >-
244246 .github/workflows/_docker.yml
245247 topics_to_include : ' docker'
246- exclude_private : false
247248 exclude_forked : false
248249 destination : ' '
249250
@@ -255,6 +256,7 @@ jobs:
255256 with :
256257 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
257258 commit_message : ${{ env.COMMIT_MESSAGE }}
259+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
258260 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
259261 github_token : ${{ secrets.GH_BOT_TOKEN }}
260262 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -263,7 +265,6 @@ jobs:
263265 patterns_to_include : >-
264266 .clang-format
265267 topics_to_include : ' c,cpp'
266- exclude_private : false
267268 exclude_forked : false
268269 destination : ' '
269270
@@ -276,6 +277,7 @@ jobs:
276277 with :
277278 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
278279 commit_message : ${{ env.COMMIT_MESSAGE }}
280+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
279281 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
280282 github_token : ${{ secrets.GH_BOT_TOKEN }}
281283 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -284,7 +286,6 @@ jobs:
284286 patterns_to_include : >-
285287 .github/ISSUE_TEMPLATE/config.yml
286288 topics_to_include : ' replicator-custom-issues'
287- exclude_private : false
288289 exclude_forked : false
289290 destination : ' '
290291
@@ -296,6 +297,7 @@ jobs:
296297 with :
297298 bot_branch_name : ${{ env.BOT_BRANCH_NAME }}
298299 commit_message : ${{ env.COMMIT_MESSAGE }}
300+ exclude_private : ${{ env.EXCLUDE_PRIVATE }}
299301 repos_to_ignore : ${{ env.REPOS_TO_IGNORE }}
300302 github_token : ${{ secrets.GH_BOT_TOKEN }}
301303 committer_username : ${{ secrets.GH_BOT_NAME }}
@@ -305,6 +307,5 @@ jobs:
305307 .github/workflows/_release-notifier.yml,
306308 .github/workflows/_update-changelog.yml
307309 topics_to_include : ' replicator-release-notifications'
308- exclude_private : false
309310 exclude_forked : false
310311 destination : ' '
0 commit comments