Sha256: d8198ce71780ef653b9e5e54e4a6242c690581ffab5e6a8bac5e2736b16e8b81
Contents?: true
Size: 623 Bytes
Versions: 51
Compression:
Stored size: 623 Bytes
Contents
# This workflow is centrally managed in # https://github.com/hellofresh/github-automation/blob/master/modules/repository/required-workflows/orc-gating.yaml --- name: "PR: ORC Gating" on: pull_request: branches: - master jobs: gate: name: Gate runs-on: [ self-hosted, default ] timeout-minutes: 15 permissions: contents: read # Allow action to comment within the PR pull-requests: write steps: - name: Organizational Readiness Checklist Gating uses: hellofresh/jetstream-ci-scripts/actions/orc@master env: GH_TOKEN: ${{ github.token }}
Version data entries
51 entries across 51 versions & 1 rubygems