Sha256: 14f7eacef352bc9be7a3fa7f2c33f6bd96cc7134df351aa564b6eb092661a141

Contents?: true

Size: 513 Bytes

Versions: 17

Compression:

Stored size: 513 Bytes

Contents

name: PR Review

on:
  pull_request:
    types:
      - opened
      - repoened
      - edited
      - synchronize
      - labeled
      - unlabeled

concurrency: 
  group: ${{ github.workflow }} - ${{ github.ref }}
  cancel-in-progress: true

jobs:
  label-checker:
    runs-on: ubuntu-latest
    name: Label Checker
    steps:
      - name: Check Labels
        uses: docker://agilepathway/pull-request-label-checker:latest
        with:
          one_of: V4
          repo_token: ${{ secrets.GITHUB_TOKEN }}
 

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
recurly-4.56.0 .github/workflows/pr-review.yml
recurly-4.55.0 .github/workflows/pr-review.yml
recurly-4.54.0 .github/workflows/pr-review.yml
recurly-4.53.0 .github/workflows/pr-review.yml
recurly-4.52.0 .github/workflows/pr-review.yml
recurly-4.49.0 .github/workflows/pr-review.yml
recurly-4.48.1 .github/workflows/pr-review.yml
recurly-4.48.0 .github/workflows/pr-review.yml
recurly-4.47.0 .github/workflows/pr-review.yml
recurly-4.46.0 .github/workflows/pr-review.yml
recurly-4.45.0 .github/workflows/pr-review.yml
recurly-4.44.0 .github/workflows/pr-review.yml
recurly-4.43.0 .github/workflows/pr-review.yml
recurly-4.42.0 .github/workflows/pr-review.yml
recurly-4.41.0 .github/workflows/pr-review.yml
recurly-4.40.0 .github/workflows/pr-review.yml
recurly-4.39.0 .github/workflows/pr-review.yml