Skip to content

Commit

Permalink
trying new logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Haken committed Feb 25, 2025
1 parent b5f2b69 commit 0483f36
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
runs-on: ubuntu-latest
permissions:
pull-requests: write
actions: read
checks: read
if: contains(github.event.pull_request.labels.*.name, 'auto-approve') && (github.event.pull_request.user.login == 'hakenmt' || github.event.pull_request.user.login == 'github-bot')
steps:
#- name: Wait for build to succeed
Expand All @@ -30,6 +32,7 @@ jobs:
id: wait-for-build
env:
SHA: ${{ github.event.pull_request.head.sha }}
GH_TOKEN: ${{ github.token }}
run: |
# Set timeout and interval
TIMEOUT=600
Expand Down

0 comments on commit 0483f36

Please sign in to comment.