1
0
mirror of https://github.com/bitwarden/cli synced 2025-12-15 15:53:44 +00:00

Lint to match other repos (#487)

This commit is contained in:
Matt Gibson
2022-02-16 08:49:12 -06:00
committed by GitHub
parent a4c22b8d4e
commit 4b2c9fd78b

View File

@@ -1,3 +1,4 @@
---
name: Enforce PR labels name: Enforce PR labels
on: on:
@@ -5,9 +6,11 @@ on:
types: [labeled, unlabeled, opened, edited, synchronize] types: [labeled, unlabeled, opened, edited, synchronize]
jobs: jobs:
enforce-label: enforce-label:
runs-on: ubuntu-latest name: EnforceLabel
runs-on: ubuntu-20.04
steps: steps:
- uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb - name: Enforce Label
uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb
with: with:
BANNED_LABELS: "hold" BANNED_LABELS: "hold"
BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged" BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged"