renovate[bot]
fa5ff78f08
chore(deps): update actions/cache action to v5 ( #4031 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-18 00:19:20 +00:00
James Rich
17825d3b98
ci: Cache AVD snapshots to speed up Android tests ( #4030 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-12-17 23:40:52 +00:00
renovate[bot]
380de5edb0
chore(deps): update ruby to v3.4.8 ( #4023 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 13:53:29 +00:00
renovate[bot]
3a74389eaa
chore(deps): update actions/checkout action to v6 ( #3991 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 17:46:11 -06:00
renovate[bot]
11acf7b18f
chore(deps): update github artifact actions (major) ( #3987 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-12 23:06:06 +00:00
James Rich
1bbb4aca62
repo: Add 'refactor' to required PR labels
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-12-12 08:16:34 -06:00
renovate[bot]
ea26d09bc0
chore(deps): update mikepenz/release-changelog-builder-action action to v6 ( #3953 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 16:38:26 +00:00
renovate[bot]
b933a0948d
chore(deps): update actions/upload-artifact action to v5 ( #3955 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-10 10:39:20 -06:00
James Rich
b1c580c626
ci(workflow): Improve release tag detection and artifact changelog ( #3954 )
2025-12-10 10:35:24 -06:00
James Rich
431c7bc3b2
chore(ci): generate changelog on pushes to main ( #3951 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-12-10 16:03:10 +00:00
James Rich
a3b44352f8
chore: Schedule documentation deployment on Sundays ( #3942 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-12-10 00:07:27 +00:00
renovate[bot]
ab237dd3dd
chore(deps): update peter-evans/create-pull-request action to v8 ( #3939 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-09 21:48:17 +00:00
James Rich
9246b3b6c1
repo: Add AI Community Moderator workflow ( #3931 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-12-08 15:41:12 +00:00
Dane Evans
689c53fbc3
reduce triggers when unneeded ( #3915 )
2025-12-06 09:55:40 +00:00
Dane Evans
fd02f72caf
Repo - drop completeness check for feature requests ( #3910 )
2025-12-06 00:46:29 +00:00
renovate[bot]
f09de72732
chore(deps): update actions/stale action to v10.1.1 ( #3890 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 12:46:31 +00:00
renovate[bot]
b078d63b40
chore(deps): update actions/github-script action to v8 ( #3889 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 01:57:20 +00:00
renovate[bot]
ab5d68b484
chore(deps): update actions/ai-inference action to v2 ( #3888 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-03 01:57:05 +00:00
James Rich
92733e6368
chore: Add GitHub Actions for AI-powered issue and PR management ( #3886 )
2025-12-03 01:45:10 +00:00
Dane Evans
d3b33a5f27
fix token value ( #3811 )
2025-11-25 08:28:33 +00:00
Dane Evans
74f51acafb
dupe internal builds to an alt repo to allow obtanium ( #3809 )
2025-11-25 05:08:23 +00:00
renovate[bot]
9d7af544a4
chore(deps): update ruby to v3.4.7 ( #3802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 21:01:10 +00:00
James Rich
4bb35dba42
chore(ci): Use dedicated token for Crowdin workflow ( #3778 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-11-21 14:29:47 +00:00
James Rich
21bb6ad866
fix: typo ( #3777 )
2025-11-21 07:45:33 -06:00
James Rich
7069706293
ci: check workflow status on scheduled updates ( #3774 )
2025-11-21 07:42:44 -06:00
James Rich
dc6539f74f
feat: Downgrade actions/checkout from v6 to v5
...
This reverts the `actions/checkout` action to version 5 in the scheduled-updates workflow. The `persist-credentials` option has also been removed as it is not needed with `checkout@v5`.
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-11-20 20:42:48 -06:00
James Rich
e95705ffc9
chore(ci): Add preserve-hierarchy to Crowdin download
...
This commit updates the `scheduled-updates.yml` workflow to use the `--preserve-hierarchy` argument when downloading translations from Crowdin. This ensures that the directory structure of the translation files is maintained.
Additionally, the now-default `export_only_approved` and `skip_untranslated_strings` options have been removed for cleanup.
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-11-20 20:37:00 -06:00
James Rich
7dcdc711cc
fix(ci): localization branch name ( #3765 )
2025-11-20 19:05:50 -06:00
James Rich
40a447b22e
ci(workflows): Preserve hierarchy when uploading sources to Crowdin ( #3763 )
2025-11-20 18:54:47 -06:00
James Rich
c73ff95d93
chore(ci): Use CROWDIN_GITHUB_TOKEN for scheduled updates PR ( #3761 )
2025-11-20 18:10:17 -06:00
James Rich
0109be4a11
chore(ci): Add Crowdin sync to scheduled updates ( #3760 )
2025-11-20 17:59:19 -06:00
renovate[bot]
8bd8783944
chore(deps): update actions/checkout action to v6 ( #3755 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-20 19:46:23 +00:00
renovate[bot]
c7ed629076
chore(deps): update github artifact actions (major) ( #3541 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-24 23:46:24 +00:00
James Rich
9f91b73ea0
Revert "chore(deps): update ruby to v3.4.7" ( #3490 )
2025-10-17 06:23:02 -05:00
renovate[bot]
c3ede38b4c
chore(deps): update ruby to v3.4.7 ( #3416 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-16 22:23:08 +00:00
James Rich
1b9f0f9736
Modify stale.yml for issue management ( #3460 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-10-14 01:10:31 +00:00
James Rich
03ab04fb83
Revert "chore: Add workflows permission to GitHub Actions" ( #3454 )
2025-10-13 08:08:57 -05:00
James Rich
7cfb1d0923
chore: Add workflows permission to GitHub Actions ( #3452 )
2025-10-13 07:53:14 -05:00
James Rich
8163fbcc5e
feat(workflows): Allow promotions from any channel ( #3432 )
2025-10-10 09:33:37 -05:00
James Rich
cdb97ebe2b
ci(github-actions): Remove tag step for promotions ( #3422 )
2025-10-09 06:46:53 -05:00
James Rich
be0d4cdff4
feat(ci): Use gh release edit to retag releases ( #3421 )
2025-10-09 06:30:59 -05:00
James Rich
f09b522f97
ci(workflow): Calculate release increment based on target channel ( #3420 )
2025-10-09 06:19:04 -05:00
James Rich
df37f3e030
feat(ci): Checkout code in promotion workflow ( #3419 )
2025-10-09 06:11:00 -05:00
James Rich
30ba9f1829
feat(ci): Refactor release promotion logic ( #3418 )
2025-10-09 05:42:06 -05:00
James Rich
f789497562
Revert "chore(deps): update ruby to v3.4.7" ( #3415 )
2025-10-09 04:46:48 -05:00
renovate[bot]
a633e3bae2
chore(deps): update ruby to v3.4.7 ( #3414 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 04:40:28 -05:00
James Rich
318d63411f
feat(ci): Configure staged rollouts for Android releases ( #3399 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-10-08 12:44:58 +00:00
James Rich
c122561df7
ci(github-actions): Check for null tagName in post-release-cleanup ( #3398 )
2025-10-08 07:21:39 -05:00
James Rich
5c6c83d31c
ci: fix release cleanup ( #3392 )
...
Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com >
2025-10-08 03:02:54 +00:00
renovate[bot]
781ed4881f
chore(deps): update github/codeql-action action to v4 ( #3376 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-07 17:05:51 +00:00