Sha256: 4dc58c6942dda6e770b081a5c80ef4644dd822b13d0cf1e2dfb1f01b77ceff4f

Contents?: true

Size: 315 Bytes

Versions: 16

Compression:

Stored size: 315 Bytes

Contents

name: "Require PR labels"

on:
  pull_request:
    types: [opened, labeled, unlabeled, synchronize]
jobs:
  label:
    runs-on: ubuntu-latest
    steps:
      - uses: mheap/github-action-required-labels@v1
        with:
          mode: exactly
          count: 1
          labels: "bug, change, enhancement"       

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
finapps-5.4.0 .github/workflows/verify-pr-labeled.yml
finapps-5.3.0 .github/workflows/verify-pr-labeled.yml
finapps-5.2.1 .github/workflows/verify-pr-labeled.yml
finapps-5.2.0 .github/workflows/verify-pr-labeled.yml
finapps-5.1.0 .github/workflows/verify-pr-labeled.yml
finapps_core-5.0.15 .github/workflows/verify-pr-labeled.yml
finapps_core-5.0.14 .github/workflows/verify-pr-labeled.yml
finapps-5.0.47 .github/workflows/verify-pr-labeled.yml
finapps_core-5.0.13 .github/workflows/verify-pr-labeled.yml
finapps-5.0.46 .github/workflows/verify-pr-labeled.yml
finapps-5.0.45 .github/workflows/verify-pr-labeled.yml
finapps-5.0.44 .github/workflows/verify-pr-labeled.yml
finapps_core-5.0.11 .github/workflows/verify-pr-labeled.yml
finapps-5.0.43 .github/workflows/verify-pr-labeled.yml
finapps-5.0.41 .github/workflows/verify-pr-labeled.yml
finapps-5.0.38 .github/workflows/verify-pr-labeled.yml