[PR #2503] [MERGED] Adding a Pull Request Labeler workflow #3601

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

📋 Pull Request Information

Original PR: https://github.com/bitwarden/android/pull/2503
Author: @vvolkgang
Created: 5/4/2023
Status: Merged
Merged: 5/4/2023
Merged by: @vvolkgang

Base: masterHead: feature/pr_labeler


📝 Commits (3)

  • d00e5bb Added a Pull Request Labeler workflow
  • d453b38 Merge branch 'master' into feature/pr_labeler
  • ccb8add Update .github/workflows/pr-labeler.yml

📊 Changes

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

View changed files

.github/labeler.yml (+17 -0)
.github/workflows/pr-labeler.yml (+17 -0)

📄 Description

Type of change

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

Objective

This new workflow will add platform labels based on the PR file path changes.

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/2503 **Author:** [@vvolkgang](https://github.com/vvolkgang) **Created:** 5/4/2023 **Status:** ✅ Merged **Merged:** 5/4/2023 **Merged by:** [@vvolkgang](https://github.com/vvolkgang) **Base:** `master` ← **Head:** `feature/pr_labeler` --- ### 📝 Commits (3) - [`d00e5bb`](https://github.com/bitwarden/android/commit/d00e5bb0bcfd0e64dfc3e50e786b43946814ec42) Added a Pull Request Labeler workflow - [`d453b38`](https://github.com/bitwarden/android/commit/d453b383786be3834a5b5715bab7b28b536bdcc0) Merge branch 'master' into feature/pr_labeler - [`ccb8add`](https://github.com/bitwarden/android/commit/ccb8add396cd3179dd29b8e91945f4747d2566b9) Update .github/workflows/pr-labeler.yml ### 📊 Changes **2 files changed** (+34 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/labeler.yml` (+17 -0) ➕ `.github/workflows/pr-labeler.yml` (+17 -0) </details> ### 📄 Description ## Type of change - [ ] Bug fix - [ ] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [ ] Build/deploy pipeline (DevOps) - [x] Other ## Objective This new workflow will add platform labels based on the PR file path changes. ## 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:35:01 -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#3601