Skip to content

Bump azure/setup-kubectl from 5.0.0 to 5.1.0 #223

Bump azure/setup-kubectl from 5.0.0 to 5.1.0

Bump azure/setup-kubectl from 5.0.0 to 5.1.0 #223

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