Skip to content

Commit

Permalink
Improve automated PRs
Browse files Browse the repository at this point in the history
In particular, add a direct link to the flathub sync workflow to the
body of flatpak update PRs.
  • Loading branch information
swsnr committed Jan 1, 2025
1 parent ec3c9ef commit 6b3beff
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gettext.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/update-flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6b3beff

Please sign in to comment.