mirror of
https://github.com/bitwarden/server
synced 2026-01-19 08:53:57 +00:00
[DEVOPS-862] Add protections around SQL migration modification changes (#2177)
This commit is contained in:
6
.github/workflows/enforce-labels.yml
vendored
6
.github/workflows/enforce-labels.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Enforce Label
|
||||
uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb
|
||||
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024
|
||||
with:
|
||||
BANNED_LABELS: "hold"
|
||||
BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged"
|
||||
BANNED_LABELS: "hold, DB migrations changed"
|
||||
BANNED_LABELS_DESCRIPTION: "PRs with ${bannedLabel.name} label cannot be merged"
|
||||
|
||||
Reference in New Issue
Block a user