Skip to content

Contexts for 8.14.1 #16

Contexts for 8.14.1

Contexts for 8.14.1 #16

on:
pull_request_target:
branches-ignore:
- 8.13
jobs:
approve:
name: Auto-approve docker push pr
runs-on: ubuntu-latest
if: |
startsWith(github.event.pull_request.head.ref, 'docker_files_push')
permissions:
pull-requests: write
steps:
- uses: hmarr/auto-approve-action@v3