[PR #6552] [MERGED] [PM-18892] ci: Comment linked issues when a new GitHub Release is published #59420

Closed
opened 2026-05-11 05:16:55 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/6552
Author: @vvolkgang
Created: 2/17/2026
Status: Merged
Merged: 3/17/2026
Merged by: @vvolkgang

Base: mainHead: vvolkgang/process-release-notes-v2


📝 Commits (10+)

  • 38171db Process Release Notes
  • 674db9f Comment linked issues and PRs
  • eb7bfb1 Uncomment jira ticket pattern removal
  • a9f407e Fix imports
  • e4f5dd9 Implement methods to extract urls and fetch labels
  • 466a572 Remove consecutive spaces after removing patterns
  • 244e040 Skip processing if line starts with #
  • 2d31de4 Fetch labels and implement should_skip_app
  • cbd4154 Implement argparse and output debug file
  • 3fab831 Precache PR labels to speed up the process

📊 Changes

2 files changed (+187 additions, -0 deletions)

View changed files

.github/scripts/gh_release_update_issues.py (+150 -0)
.github/workflows/sdlc-gh-release-update-issue.yml (+37 -0)

📄 Description

🎟️ Tracking

PM-18892

📔 Objective

Add a script and workflow to automatically comment on GitHub issues when a release is published, notifying them that linked PRs have shipped.

Test comments:

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bitwarden/android/pull/6552 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 2/17/2026 **Status:** ✅ Merged **Merged:** 3/17/2026 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `main` ← **Head:** `vvolkgang/process-release-notes-v2` --- ### 📝 Commits (10+) - [`38171db`](https://github.com/bitwarden/android/commit/38171dba8c6f540194e75be3c4e07a760d06c22c) Process Release Notes - [`674db9f`](https://github.com/bitwarden/android/commit/674db9f33c153e019cfbe633b550c5ee1ea57eb7) Comment linked issues and PRs - [`eb7bfb1`](https://github.com/bitwarden/android/commit/eb7bfb11d0b74f434133c47bd328eaa80b9fa283) Uncomment jira ticket pattern removal - [`a9f407e`](https://github.com/bitwarden/android/commit/a9f407e6b4ed7de67c5754de9017a725eb156d42) Fix imports - [`e4f5dd9`](https://github.com/bitwarden/android/commit/e4f5dd98ff42ec2e4d8ce93fd7a838463a0ce856) Implement methods to extract urls and fetch labels - [`466a572`](https://github.com/bitwarden/android/commit/466a5729893284fb40c9c972df333865036cc812) Remove consecutive spaces after removing patterns - [`244e040`](https://github.com/bitwarden/android/commit/244e040c647974777500b29177caa6694608c061) Skip processing if line starts with # - [`2d31de4`](https://github.com/bitwarden/android/commit/2d31de41d8e7e98576941a6c145e848dc4d735d0) Fetch labels and implement should_skip_app - [`cbd4154`](https://github.com/bitwarden/android/commit/cbd4154359256123051f84785b28180d39c7c3a3) Implement argparse and output debug file - [`3fab831`](https://github.com/bitwarden/android/commit/3fab831df18b0198d0ac1a4d7b6bbf60bc1d3e98) Precache PR labels to speed up the process ### 📊 Changes **2 files changed** (+187 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/scripts/gh_release_update_issues.py` (+150 -0) ➕ `.github/workflows/sdlc-gh-release-update-issue.yml` (+37 -0) </details> ### 📄 Description ## 🎟️ Tracking PM-18892 ## 📔 Objective Add a script and workflow to automatically comment on GitHub issues when a release is published, notifying them that linked PRs have shipped. Test comments: * https://github.com/bitwarden/android/issues/5573#issuecomment-3916670317 * https://github.com/bitwarden/android/issues/5570#issuecomment-3916670426 * https://github.com/bitwarden/android/issues/5571#issuecomment-3916670240 <img width="608" height="209" alt="image" src="https://github.com/user-attachments/assets/4cc37eeb-53c2-4c40-802f-c4e9d3f78e60" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-11 05:16:55 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#59420