mirror of
https://github.com/bitwarden/browser.git
synced 2024-12-12 14:56:58 +01:00
68548d8db9
* Add bot to enforce hold PRs aren't merged * Use commit hash rather than tag
14 lines
357 B
YAML
14 lines
357 B
YAML
name: Enforce PR labels
|
|
|
|
on:
|
|
pull_request:
|
|
types: [labeled, unlabeled, opened, edited, synchronize]
|
|
jobs:
|
|
enforce-label:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: yogevbd/enforce-label-action@8d1e1709b1011e6d90400a0e6cf7c0b77aa5efeb
|
|
with:
|
|
BANNED_LABELS: "hold"
|
|
BANNED_LABELS_DESCRIPTION: "PRs on hold cannot be merged"
|