[PR #2439] [MERGED] Fix version auto bump workflow #3567

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2439
Author: @michalchecinski
Created: 3/24/2023
Status: Merged
Merged: 4/3/2023
Merged by: @michalchecinski

Base: masterHead: fix-version-auto-bump


📝 Commits (4)

  • a2988f1 Fix verion autobump workflow
  • f86ad97 Fix
  • 5e29376 Update .github/workflows/version-auto-bump.yml
  • 41da0b2 Update .github/workflows/version-auto-bump.yml

📊 Changes

2 files changed (+13 additions, -24 deletions)

View changed files

📝 .github/workflows/version-auto-bump.yml (+6 -24)
📝 .github/workflows/version-bump.yml (+7 -0)

📄 Description

Type of change

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

Objective

Call to GitHub API to trigger version bump workflow didn't work. Use workflow_call trigger instead.

Code changes

  • .github/workflows/version-auto-bump.yml: Replace call to GitHub API to workflow call with workflow_call trigger instead
  • ** .github/workflows/version-bump.yml** Add workflow call trigger

Screenshots

Before you submit

  • Please check for formatting errors (dotnet format --verify-no-changes) (required)
  • 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/2439 **Author:** [@michalchecinski](https://github.com/michalchecinski) **Created:** 3/24/2023 **Status:** ✅ Merged **Merged:** 4/3/2023 **Merged by:** [@michalchecinski](https://github.com/michalchecinski) **Base:** `master` ← **Head:** `fix-version-auto-bump` --- ### 📝 Commits (4) - [`a2988f1`](https://github.com/bitwarden/android/commit/a2988f1c44f44c0d314445bf487b57432b9683ba) Fix verion autobump workflow - [`f86ad97`](https://github.com/bitwarden/android/commit/f86ad97abc26da6fdf0016ee08d147f9812b0a39) Fix - [`5e29376`](https://github.com/bitwarden/android/commit/5e293762869929f032aac2933b9e62c52c326d87) Update .github/workflows/version-auto-bump.yml - [`41da0b2`](https://github.com/bitwarden/android/commit/41da0b2bb4110553a91a0d6f6656bf5732b0aa69) Update .github/workflows/version-auto-bump.yml ### 📊 Changes **2 files changed** (+13 additions, -24 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/version-auto-bump.yml` (+6 -24) 📝 `.github/workflows/version-bump.yml` (+7 -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--> Call to GitHub API to trigger version bump workflow didn't work. Use `workflow_call` trigger instead. ## 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/version-auto-bump.yml:** Replace call to GitHub API to workflow call with `workflow_call` trigger instead * ** .github/workflows/version-bump.yml** Add workflow call trigger ## Screenshots <!--Required for any UI changes. Delete if not applicable--> ## Before you submit - Please check for formatting errors (`dotnet format --verify-no-changes`) (required) - 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 2025-11-26 23:34:31 -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#3567