1
0
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:
Micaiah Martin
2022-08-10 18:19:52 +00:00
committed by GitHub
parent 4fc5347f15
commit b86a04cef9
2 changed files with 62 additions and 3 deletions

View File

@@ -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"