From 7c23bade0812ddc3a7238d00d30e0fe1d06b1e70 Mon Sep 17 00:00:00 2001 From: Mateusz Urbanek Date: Thu, 10 Oct 2024 18:39:40 +0200 Subject: [PATCH] fix: cleanup autopilot action Signed-off-by: Mateusz Urbanek --- .github/workflows/autopilot.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/autopilot.yaml b/.github/workflows/autopilot.yaml index 1d4bcba..796c600 100644 --- a/.github/workflows/autopilot.yaml +++ b/.github/workflows/autopilot.yaml @@ -8,16 +8,6 @@ jobs: permissions: pull-requests: write steps: - - uses: thollander/actions-comment-pull-request@v2 - with: - message: | - | Name | Value | - |---|---| - | Required Label | ${{ contains(github.event.pull_request.labels.*.name, 'area/dependency') }} | - | Forbidden Label | ${{ !contains(github.event.pull_request.labels.*.name, 'do-not-merge') }} | - | Labels | ${{ github.event.pull_request.labels }} | - | Is correct user | ${{ github.actor == 'renovate[bot]' }} | - | User | ${{ github.actor }} | - if: | contains(github.event.pull_request.labels.*.name, 'area/dependency') && !contains(github.event.pull_request.labels.*.name, 'do-not-merge') &&