[PR #2908] [MERGED] Merge _cut_rc.yml into version-bump.yml #79118

Closed
opened 2026-05-19 16:46:03 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2908
Author: @vgrassia
Created: 12/18/2023
Status: Merged
Merged: 12/18/2023
Merged by: @vgrassia

Base: mainHead: merge-cut-rc-workflow


📝 Commits (1)

  • d277730 Merge _cut_rc.yml into version-bump.yml

📊 Changes

2 files changed (+22 additions, -33 deletions)

View changed files

.github/workflows/_cut_rc.yml (+0 -29)
📝 .github/workflows/version-bump.yml (+22 -4)

📄 Description

Type of change

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

Objective

Move the contents of _cut_rc.yml workflow into version-bump.yml workflow.

Code changes

  • .github/workflows/_cut_rc.yml: Deleted as it's no longer needed.
  • .github/workflows/version-bump.yml: Merged in contents of _cut_rc.yml workflow.

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • If making database changes - make sure you also update Entity Framework queries and/or migrations
  • Please add unit tests where it makes sense to do so (encouraged but not required)
  • If this change requires a documentation update - notify the documentation team
  • If 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/2908 **Author:** [@vgrassia](https://github.com/vgrassia) **Created:** 12/18/2023 **Status:** ✅ Merged **Merged:** 12/18/2023 **Merged by:** [@vgrassia](https://github.com/vgrassia) **Base:** `main` ← **Head:** `merge-cut-rc-workflow` --- ### 📝 Commits (1) - [`d277730`](https://github.com/bitwarden/android/commit/d27773053d41e555d6fad96ba70cffd24c1fea68) Merge _cut_rc.yml into version-bump.yml ### 📊 Changes **2 files changed** (+22 additions, -33 deletions) <details> <summary>View changed files</summary> ➖ `.github/workflows/_cut_rc.yml` (+0 -29) 📝 `.github/workflows/version-bump.yml` (+22 -4) </details> ### 📄 Description ## Type of change <!-- (mark with an `X`) --> ``` - [ ] 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--> Move the contents of `_cut_rc.yml` workflow into `version-bump.yml` workflow. ## 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/_cut_rc.yml:** Deleted as it's no longer needed. * **.github/workflows/version-bump.yml:** Merged in contents of `_cut_rc.yml` workflow. ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - If making database changes - make sure you also update Entity Framework queries and/or migrations - Please add **unit tests** where it makes sense to do so (encouraged but not required) - If this change requires a **documentation update** - notify the documentation team - If 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 2026-05-19 16:46:03 -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#79118