Sha256: 357fb8409be4f4e546386fe4d68cc0865688bea6a749cb6bf8ba530ea7b3b403

Contents?: true

Size: 939 Bytes

Versions: 51

Compression:

Stored size: 939 Bytes

Contents

# This workflow is centrally managed in
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/required-workflows/validate-tribe-squad-labels.yaml
---
name: "PR: Validate Tribe and Squad Labels" 

on:
  pull_request:
    types:
      # Default triggers https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request
      - opened
      - reopened
      - synchronize
      # label changes should trigger the validation, too
      - labeled
      - unlabeled

    branches:
      - master

jobs:
  validate:
    name: Validate
    runs-on: [ self-hosted, default ]
    timeout-minutes: 2
    permissions:
      # Allow action to comment within the PR
      pull-requests: write
    steps:
      - name: Validate Labels
        uses: docker://489198589229.dkr.ecr.eu-west-1.amazonaws.com/action-validate-comply-labels:latest
        env: 
          GITHUB_TOKEN: ${{ github.token }}

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
github_repo_statistics-2.3.26 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.25 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.24 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.23 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.22 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.21 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.20 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.19 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.18 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.17 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.16 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.15 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.14 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.13 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.12 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.11 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.10 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.9 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.8 .github/workflows/hf_validate-tribe-squad-labels.yaml
github_repo_statistics-2.3.7 .github/workflows/hf_validate-tribe-squad-labels.yaml