Commit graph

21 commits

Author SHA1 Message Date
Christopher Willis-Ford
eaa7e52623 ci: pass NPM token through workflow call 2023-11-27 13:55:49 -08:00
Christopher Willis-Ford
9aafa62af7 ci: don't assume remote branch name 2023-11-22 11:52:17 -08:00
Christopher Willis-Ford
10905d5ee8 ci: use separate job to call ci-cd workflow 2023-11-22 11:52:17 -08:00
Christopher Willis-Ford
62f23e8dab ci: run commitlint action on PRs only 2023-11-20 08:10:57 -08:00
Christopher Willis-Ford
6192ffed75 ci: use output parameter for MADE_CHANGES check
Previously, this was using outdated and 'insecure' syntax for setting an
environment variable. More info here:
https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

This could have been solved by using `echo STUFF >> "$GITHUB_ENV"` but I
think using a step output is even better, mainly because it's more clear
what kind of changes `MADE_CHANGES` is talking about.

I also reordered the commands so that if writing the step output fails,
the step will fail before pushing the changes. That means we'll no
longer end up with half-released changes (released on GitHub but not
NPM).
2023-11-20 07:58:35 -08:00
Christopher Willis-Ford
931794d116 ci: run CI/CD workflow if TX Pull makes changes 2023-11-15 14:22:36 -08:00
Christopher Willis-Ford
4277c674f3 ci: simplify workflow triggers for push vs. PR
The CI/CD workflow will now run on any push, including one that will
later be used for a PR. This means running on `pull_request` is no
longer necessary, nor is filtering by branch.
2023-11-15 14:19:15 -08:00
Maxim Schram
3e750062ea ci: split single workflow into scheduled and non-scheduled 2023-10-20 10:44:58 -04:00
Maxim Schram
b1247edd94 ci: cci to gha migration 2023-10-18 16:00:09 -04:00
Benjamin Wheeler
a7781f39c3
Update .github/PULL_REQUEST_TEMPLATE.md
Co-authored-by: chrisgarrity <chrisg@scratch.mit.edu>
2020-06-17 17:00:17 -04:00
Ben Wheeler
f96e4fb6e1 updated checklist per issues we noticed in adding mongolian 2020-06-17 11:26:15 -04:00
Chris Garrity
d20c6391ba Update PR template
www uses l10n localeData instead of loading it’s own now, so no need to update customLocale separately.
2019-12-18 16:54:19 -05:00
chrisgarrity
40fbbd9d28
Remember to edit custom-locales in www 2019-07-24 14:25:58 -04:00
chrisgarrity
13c9a785d9
Reference the other steps needed for adding a language
Scratch-blocks, scratchr2 and scratchr2_translations all need manual updates when a language is added. Since l10n changes will usually be the starting point, add reminders for the others here.
2019-04-25 17:16:58 -04:00
chrisgarrity
2ceb0792a5
Add note for updating scratch-blocks on a language change 2019-04-24 11:09:24 -04:00
chrisgarrity
4035c8230c Update PR template to include www update 2019-04-17 13:56:42 -04:00
Ben Wheeler
7a3e1e492a added note about bumping minor version number 2019-02-13 14:19:03 -05:00
Ben Wheeler
7b7e9435eb clarified country code issue 2019-02-11 14:29:40 -05:00
Ben Wheeler
b3dda0b9a7 clarified country code step in adding new language 2019-02-07 17:48:37 -05:00
Ben Wheeler
bb7b458a85 added notes about .tx/config deprecation 2019-01-22 09:51:45 -05:00
Ben Wheeler
4c9541b47d added pull request template, and note on where to find react-intl info 2019-01-18 12:33:24 -05:00