From 61d3d094e916d32500898da3f8da409559b7a15a Mon Sep 17 00:00:00 2001 From: "gh-automation-app[bot]" <109592277+gh-automation-app[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 16:37:22 +0000 Subject: [PATCH] Update HelloFresh Organization Required Workflows [ci skip] --- .../hf_validate-tribe-squad-labels.yaml | 32 ------------------- 1 file changed, 32 deletions(-) delete mode 100644 .github/workflows/hf_validate-tribe-squad-labels.yaml diff --git a/.github/workflows/hf_validate-tribe-squad-labels.yaml b/.github/workflows/hf_validate-tribe-squad-labels.yaml deleted file mode 100644 index a3191bb..0000000 --- a/.github/workflows/hf_validate-tribe-squad-labels.yaml +++ /dev/null @@ -1,32 +0,0 @@ -# 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 }}