Skip to content

Commit

Permalink
fix: cleanup autopilot action
Browse files Browse the repository at this point in the history
Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
  • Loading branch information
shanduur committed Oct 10, 2024
1 parent abec559 commit 7c23bad
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/autopilot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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') &&
Expand Down

0 comments on commit 7c23bad

Please sign in to comment.