Skip to content

Contexts for 8.14.3 #12

Contexts for 8.14.3

Contexts for 8.14.3 #12

on:
pull_request_target:
branches:
- '*'
jobs:
approve:
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 == 'elasticmachine'
permissions:
pull-requests: write
contents: write
steps:
- name: Auto Approve
uses: hmarr/auto-approve-action@v3
with:
github_token: ${{secrets.ELASTICMACHINE_TOKEN}}