Skip to content

Instantly share code, notes, and snippets.

@mszostok
Created September 7, 2023 10:11
Show Gist options
  • Save mszostok/1da3807162684ec302b853b7ab9ed990 to your computer and use it in GitHub Desktop.
Save mszostok/1da3807162684ec302b853b7ab9ed990 to your computer and use it in GitHub Desktop.
botkube/github-events: # GitHub Events
github:
auth:
accessToken: "ghp_"
repositories:
- name: mszostok/podinfo
on:
pullRequests:
- types: ["open"]
paths:
include: ["kustomize/.*"]
notificationTemplate:
extraButtons:
- displayName: "Flux Diff"
commandTpl: "flux diff ks podinfo --path ./kustomize --github-ref {{ .HTMLURL }} "
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment