localstack/localstack

View on GitHub
.github/workflows/pr-enforce-pr-labels.yml

Summary

Maintainability
Test Coverage
name: Enforce PR Labels

on:
  pull_request_target:
    types: [labeled, unlabeled, opened, edited, synchronize]

jobs:
  enforce-semver-labels:
    uses: localstack/meta/.github/workflows/pr-enforce-semver-labels.yml@main
    secrets:
      github-token: ${{ secrets.PRO_ACCESS_TOKEN }}