Sha256: cc14f5e983e37d7335db371a468115427d40d0033729adab0261025b658a6c42

Contents?: true

Size: 690 Bytes

Versions: 14

Compression:

Stored size: 690 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.1.2
        with:
          mode: minimum
          count: 1
          #
          # Releases will group changes under Added/Fixed/Changed sub-headers 
          # based on labels and follwing these rules: 
          #
          # Added: enhancement
          # Fixed: bug
          # Changed: maintenance, change, dependencies (used by Dependabot)
          # Ignore: skip-changelog
          #
          labels: "enhancement, bug, maintenance, change, dependencies, skip-changelog"

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
finapps-6.6.1 .github/workflows/verify-pr-labeled.yml
finapps-6.6.0 .github/workflows/verify-pr-labeled.yml
finapps-6.5.0 .github/workflows/verify-pr-labeled.yml
finapps-6.4.3 .github/workflows/verify-pr-labeled.yml
finapps-6.4.2 .github/workflows/verify-pr-labeled.yml
finapps-6.4.1 .github/workflows/verify-pr-labeled.yml
finapps-6.4.0 .github/workflows/verify-pr-labeled.yml
finapps-6.3.1 .github/workflows/verify-pr-labeled.yml
finapps_core-6.0.1 .github/workflows/verify-pr-labeled.yml
finapps-6.3.0 .github/workflows/verify-pr-labeled.yml
finapps-6.2.0 .github/workflows/verify-pr-labeled.yml
finapps-6.1.0 .github/workflows/verify-pr-labeled.yml
finapps-6.0.0 .github/workflows/verify-pr-labeled.yml
finapps_core-6.0.0 .github/workflows/verify-pr-labeled.yml