Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
scffs committed Dec 8, 2023
1 parent a7cfe7d commit 95fccf0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/autoapproval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ on:
pull_request:
types:
- labeled
workflow_run:
workflows: [ Build API, Build Web, Linting, Build Shared, Auto request changes ]
types:
- completed

jobs:
build:
Expand All @@ -16,8 +12,8 @@ jobs:
steps:
- uses: hmarr/auto-approve-action@v3
if: >-
(!github.event.state == 'error' ||
!github.event.state == 'failure') && contains(github.event.label.name, '[Merge] Ready')
(!github.event.state == 'error' || !github.event.state == 'failure') &&
contains(github.event.label.name, '[Merge] Ready')
- uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.TOKEN }}
Expand Down

0 comments on commit 95fccf0

Please sign in to comment.