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