diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index f672bd9..448333c 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -37,7 +37,7 @@ jobs: base: main sign-commits: true delete-branch: true - title: "Automated update of messages" + title: "Update messages" body: "Github bot runs make pot :v:" assignees: swsnr draft: true diff --git a/.github/workflows/update-flatpak.yml b/.github/workflows/update-flatpak.yml index 4d451d2..3d4cebe 100644 --- a/.github/workflows/update-flatpak.yml +++ b/.github/workflows/update-flatpak.yml @@ -74,6 +74,9 @@ jobs: sign-commits: true delete-branch: true title: "Update flatpak manifest for ${{ github.ref_name }}" - body: "Automated update of flatpak manifest for release ${{ github.ref_name }}" + body: | + Update flatpak manifest for release ${{ github.ref_name }}. + + After merging, manually dispatch the [sync workflow in the flathub repo](https://github.com/flathub/de.swsnr.turnon/actions/workflows/sync.yaml) to update the flathub manifest. assignees: swsnr draft: always-true