actions
actions copied to clipboard
Reusable GitHub Actions for elementary apps
Fixes only the last pot file is updated when there are multiple pot files. ```bash ryo@lb450m:~/work/ryonakano/pinit (test-gettext-flatpak)$ TRANSLATION_FILES=$(git ls-files | grep \.pot$) ryo@lb450m:~/work/ryonakano/pinit (test-gettext-flatpak)$ echo $TRANSLATION_FILES po/com.github.ryonakano.pinit.pot po/extra/extra.pot ryo@lb450m:~/work/ryonakano/pinit (test-gettext-flatpak)$...
This makes the gettext action work with checkout@v2 by letting it set all the auth credential stuff.
### Problem We need to look at the output to understand what happened ### Proposal GitHub supports an inline check hint https://docs.github.com/en/rest/checks/runs?apiVersion=2022-11-28#create-a-check-run ### Prior Art (Optional) _No response_
### Problem These changelogs are mostly useful for maintainers and packagers but we're using the user-facing release notes from metainfo. We also now have the problem that the release action...
https://github.com/elementary/actions/blob/7000d0f9648bd339ea2cf9bfd34731d4efe924bc/release/entrypoint.sh#L98 If we ever want to set the action up to release to an older codename, we can't.
The GitHub checkout@v2 action sets the credentials on the repo differently, meaning that doing this does not work anymore: https://github.com/elementary/actions/blob/4e4476db39b27cc98506d31de20e987b1ec78704/gettext-template/entrypoint.sh#L35 This means that the action can no longer push to...
## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature **Is your feature request related to a problem? Please describe.** ...
## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature We could possibly speed up a lot of our ci runs by pre-building the actions...
Much like the lint action, it would be handy to provide an AppStream data validation action so we can ensure things are valid before they're merged. Would avoid issues with...
https://github.com/elementary/installer/runs/469330213 Waits for a user prompt that it never receives