[PR #1695] [MERGED] Added logic for version check step #3061

Closed
opened 2025-11-26 23:27:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/1695
Author: @mimartin12
Created: 12/20/2021
Status: Merged
Merged: 12/20/2021
Merged by: @mimartin12

Base: masterHead: ci/patch-version-check


📝 Commits (1)

  • a40f822 Added logic for version check step

📊 Changes

1 file changed (+10 additions, -0 deletions)

View changed files

📝 .github/workflows/release.yml (+10 -0)

📄 Description

Type of change

  • Bug fix
  • New feature development
  • Tech debt (refactoring, code cleanup, dependency upgrades, etc)
  • Build/deploy pipeline (DevOps)
  • Other

Objective

Adds workflow input with logic to skip the version check if the pipeline run is a redeployment.

Code changes

  • .github/workflows/release.yml - Added workflow inputs and logic to version check step.

Before you submit

  • I have added unit tests where it makes sense to do so (encouraged but not required)
  • This change requires a documentation update (notify the documentation team)
  • This change has particular deployment requirements (notify the DevOps team)

🔄 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/1695 **Author:** [@mimartin12](https://github.com/mimartin12) **Created:** 12/20/2021 **Status:** ✅ Merged **Merged:** 12/20/2021 **Merged by:** [@mimartin12](https://github.com/mimartin12) **Base:** `master` ← **Head:** `ci/patch-version-check` --- ### 📝 Commits (1) - [`a40f822`](https://github.com/bitwarden/android/commit/a40f82288e3370db3a53f65eb8190c11aef8d920) Added logic for version check step ### 📊 Changes **1 file changed** (+10 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+10 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [X] Build/deploy pipeline (DevOps) - [ ] Other ## Objective <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> Adds workflow input with logic to skip the version check if the pipeline run is a redeployment. ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **.github/workflows/release.yml** - Added workflow inputs and logic to version check step. ## Before you submit - [ ] I have added **unit tests** where it makes sense to do so (encouraged but not required) - [ ] This change requires a **documentation update** (notify the documentation team) - [X] This change has particular **deployment requirements** (notify the DevOps team) --- <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 2025-11-26 23:27:48 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/android#3061