Skip to content

Commit

Permalink
removing the user login check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianeU committed Oct 29, 2024
1 parent f3b0d29 commit 1a34cbf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pr-auto-approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:
name: Auto-approve docker push pr
runs-on: ubuntu-latest
if: |
startsWith(github.event.pull_request.head.ref, 'docker_files_push') &&
github.event.pull_request.user.login == 'elastic-vault-github-plugin-prod'
startsWith(github.event.pull_request.head.ref, 'docker_files_push')
permissions:
pull-requests: write
Expand Down

0 comments on commit 1a34cbf

Please sign in to comment.