Skip to content

Security: pin GitHub Actions to SHA hashes #6146

Security: pin GitHub Actions to SHA hashes

Security: pin GitHub Actions to SHA hashes #6146

Workflow file for this run

name: Enforce labels
on:
pull_request:
types: [opened, reopened, synchronize, labeled, unlabeled]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
with:
BANNED_LABELS: "don't merge"