Skip to content

[Automated PR] Update ansible_ai_connect_service image tag to 1.0.202512311837 #612

[Automated PR] Update ansible_ai_connect_service image tag to 1.0.202512311837

[Automated PR] Update ansible_ai_connect_service image tag to 1.0.202512311837 #612

---
name: Auto approve ansible-ai-connect-service version changes
on:
pull_request:
branches:
- main
jobs:
auto-approve:
runs-on: ubuntu-latest
permissions:
pull-requests: write
if: ${{ startsWith(github.event.pull_request.title, '[Automated PR]') }}
steps:
- uses: hmarr/auto-approve-action@v4