mirror of
https://github.com/bitwarden/server.git
synced 2024-11-25 12:45:18 +01:00
6d860acab4
* pin version tags in database cleanup and issues response wf * update all workflow for actions version pin * edit build strategy and a few version pin typo
17 lines
392 B
YAML
17 lines
392 B
YAML
---
|
|
name: Enforce PR labels
|
|
|
|
on:
|
|
pull_request:
|
|
types: [labeled, unlabeled, opened, edited, synchronize]
|
|
|
|
jobs:
|
|
enforce-label:
|
|
name: EnforceLabel
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- name: Enforce Label
|
|
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # v2.2.2
|
|
with:
|
|
BANNED_LABELS: "hold,DB-migrations-changed,needs-qa"
|