Skip to content

Commit

Permalink
update this branch with recent merge in 8.16 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianeU committed Dec 6, 2024
1 parent 668c9c0 commit d812766
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/pr_auto_approval.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
name: Auto-approve docker push pr
runs-on: ubuntu-latest
if: |
startsWith(github.event.pull_request.head.ref, 'docker_files_push_')
startsWith(github.event.pull_request.head.ref, 'docker_files_push_') &&
github.event.pull_request.user.login == 'elastic-vault-github-plugin-prod[bot]'
permissions:
pull-requests: write
contents: write
Expand All @@ -19,4 +20,6 @@ jobs:
- name: Debug PR info
run: |
echo "PR Head Ref: ${{ github.event.pull_request.head.ref }}"
- uses: hmarr/auto-approve-action@v3
echo "PR User Login: ${{ github.event.pull_request.user.login }}"
- name: Auto Approve
uses: hmarr/auto-approve-action@v3

0 comments on commit d812766

Please sign in to comment.