actions icon indicating copy to clipboard operation
actions copied to clipboard

Reusable GitHub Actions for elementary apps

Results 16 actions issues
Sort by recently updated
recently updated
newest added

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_

Needs Design

### 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...

Needs Design

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...

Priority: Wishlist
Needs Design

## Prerequisites - [x] I have searched open and closed issues for duplicates. ## Feature **Is your feature request related to a problem? Please describe.** ![スクリーンショット 2020-06-24 19 36 46](https://user-images.githubusercontent.com/26003928/85540569-1d196b00-b652-11ea-8f5c-188f094b1845.png)...

Priority: Wishlist

## 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...

Priority: Wishlist
Needs Design

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...

Priority: Wishlist
Needs Design

https://github.com/elementary/installer/runs/469330213 Waits for a user prompt that it never receives