Skip to content

[feature/operators]: Improve Ansible UX and error handling #14217

[feature/operators]: Improve Ansible UX and error handling

[feature/operators]: Improve Ansible UX and error handling #14217

Workflow file for this run

name: greetings
on: [pull_request_target, issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v3
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
issue_message: 'Thank you for raising this issue'
pr_message: 'Thank you for making this first PR'