Sha256: 89fc925d3095bbdf8720efdc38e8b3c42b3632f4ddcd24fe96644ad4eb2ddeb1

Contents?: true

Size: 538 Bytes

Versions: 51

Compression:

Stored size: 538 Bytes

Contents

# This workflow is centrally managed in
# https://github.com/hellofresh/github-automation/blob/master/modules/repository/required-workflows/validate-repository-ownership.yaml
---
name: 'PR: Validate Repository Ownership'

on:
  pull_request:
    types:
      - opened
      - reopened
      - synchronize

jobs:
  validate:
    name: Validate
    runs-on: [ self-hosted, default ]
    timeout-minutes: 15
    steps:
      - name: Repository ownership validation
        uses: hellofresh/jetstream-ci-scripts/actions/repo-ownership@master

Version data entries

51 entries across 51 versions & 1 rubygems

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