Skip to content

Add newline

Add newline #2

Workflow file for this run

---
name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, reopened, synchronize]
jobs:
enforce-labels:
name: Enforce labels
runs-on: ubuntu-latest
steps:
- name: Enforce labels
uses: bitwarden/gh-actions/.github/workflows/_enforce-labels.yml@main