Skip to content

Conversation

AmyLGalles
Copy link
Contributor

@AmyLGalles AmyLGalles commented Sep 16, 2025

This updated was tested during the 10/2/25 clients release

Added dry-run option to publish-store.yml

publish-store.yml will enable github release workflows once release to the ios app store is complete.

publish-github-release.yml is now publish-github-release-bwa.yml and publish-github-release-bwa.yml so that they can be enabled or disabled based on which project was released. They now run hourly when enabled.

The workflow gh-actions/_publish-mobile-github-release.yml disables the workflow that ran it once it completes successfully.

🎟️ Tracking

Original Ticket
Follow up for testing

📔 Objective

Right now the check runs at 3am M-F, so if it fails on a Friday it doesn’t run again until Monday, which causes CI jobs to fail. This happens since they use the existing GH release to determine the version and cannot upload using the same version that’s currently rolling out.

📸 Screenshots

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

@AmyLGalles AmyLGalles requested a review from pixman20 September 16, 2025 21:38
@AmyLGalles AmyLGalles changed the title update publish-github-release to every hour when triggered by publish… [BRE-1118] update publish-github-release to every hour when triggered by publish… Sep 16, 2025
@AmyLGalles AmyLGalles changed the title [BRE-1118] update publish-github-release to every hour when triggered by publish… [BRE-1118] update publish-gh-release to every hour when triggered by publish-store Sep 16, 2025
Copy link
Contributor

github-actions bot commented Sep 16, 2025

Logo
Checkmarx One – Scan Summary & Details27f5ff0c-bca6-45fd-a839-c50b0cf58a4e

Great job! No new security vulnerabilities introduced in this pull request

Copy link

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 81.32%. Comparing base (277efe6) to head (05d2661).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1945      +/-   ##
==========================================
- Coverage   81.32%   81.32%   -0.01%     
==========================================
  Files         832      832              
  Lines       52457    52457              
==========================================
- Hits        42663    42660       -3     
- Misses       9794     9797       +3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@AmyLGalles AmyLGalles marked this pull request as ready for review October 3, 2025 14:10
@AmyLGalles AmyLGalles requested a review from a team as a code owner October 3, 2025 14:10
@AmyLGalles AmyLGalles changed the title [BRE-1118] update publish-gh-release to every hour when triggered by publish-store [BRE-1194] update publish-gh-release to every hour when triggered by publish-store Oct 3, 2025
name: Publish Password Manager Release
uses: bitwarden/gh-actions/.github/workflows/_publish-mobile-github-release.yml@main
with:
workflow_name: "publish-github-release-pwm.yml"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚒️ I think this workflow should be renamed to pm rather than pwm

Suggested change
workflow_name: "publish-github-release-pwm.yml"
workflow_name: "publish-github-release-pm.yml"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why on this workflow and not the android ones?

exit 0
fi
if $PRODUCT == "Password Manager" ; then
gh workflow enable publish-github-release-pwm.yml
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Along the same lines as above

Suggested change
gh workflow enable publish-github-release-pwm.yml
gh workflow enable publish-github-release-pm.yml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants