Skip to content

Bump ansible-lint from 25.2.1 to 26.4.0 #238

Bump ansible-lint from 25.2.1 to 26.4.0

Bump ansible-lint from 25.2.1 to 26.4.0 #238

Workflow file for this run

name: PR Thanker
on:
pull_request:
branches:
- main
types: [closed]
jobs:
thanks:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == true
steps:
- name: Comment on PR
uses: unsplash/comment-on-pr@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
msg: "Thanks!"
check_for_duplicate_msg: true