mirror of
https://github.com/AntennaPod/AntennaPod.git
synced 2026-05-21 04:46:38 +00:00
### Description * Set up workflow which checks each new and edited comment for Google Play review links and applies the 'Needs: Review reply' label to the issue if such link is present. * Update script to create release notes file using GraphQL API, and include issue numbers of those with Google Play review links. * Set up workflow to run the changelog creation script manually and save the output as artifact. * Set up workflow which runs on [each new release](https://docs.github.com/en/webhooks/webhook-events-and-payloads?actionType=released#release) and posts a comment on issues which are fixed or addressed in that release (using the changelog script). It tags an the 'review-replyers' team, so that we can flexibly adjust who should be informed. When tagged the group should ping all team members. Once replied, we ideally remove the label to avoid confusion. However, the workflow will only comment on issues relevant to the new release. ### Checklist <!-- To help us keep the issue tracker clean and work as efficient as possible, please make sure that you have done all of the following. You can tick the boxes below by placing an x inside the brackets like this: [x] --> - [x] I have read the contribution guidelines: https://github.com/AntennaPod/AntennaPod/blob/develop/CONTRIBUTING.md#submit-a-pull-request - [x] I have performed a self-review of my code - [ ] I have run the automated code checks using `./gradlew checkstyle spotbugsPlayDebug spotbugsDebug :app:lintPlayDebug` - [ ] My code follows the style guidelines of the AntennaPod project: https://github.com/AntennaPod/AntennaPod/wiki/Code-style - [ ] I have mentioned the corresponding issue and the relevant keyword (e.g., "Closes: #xy") in the description (see https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue) - [ ] If it is a core feature, I have added automated tests --------- Co-authored-by: GitHub Copilot <github-copilot[bot]@users.noreply.github.com>