Skip to content

Bump azure/setup-kubectl from 4.0.0 to 4.0.1 #194

Bump azure/setup-kubectl from 4.0.0 to 4.0.1

Bump azure/setup-kubectl from 4.0.0 to 4.0.1 #194

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