Skip to content

Contexts for 8.17.0 #38

Contexts for 8.17.0

Contexts for 8.17.0 #38

on:
pull_request:
types:
- opened
branches:
- '*'
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
contents: write
steps:
- name: Debug PR info
run: |
echo "PR Head Ref: ${{ github.event.pull_request.head.ref }}"
- uses: hmarr/auto-approve-action@v3