diff --git a/.github/config.yml b/.github/config.yml index a954bb0cc2..e2b0bb873d 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -16,7 +16,11 @@ newPRWelcomeComment: > # Comment to be posted to on pull requests merged by a first time user firstPRMergeComment: > # Congratulations! :tada: - ![200w](https://user-images.githubusercontent.com/62384659/131811391-bdfe5f22-f233-4e9f-a00c-320bd6c4ebc9.gif) + + + Great job merging your first Pull Request here! How awesome! - If you are new to this project, Feel free to join our [slack community](https://slack.k8s.io/#kyverno) + If you are new to this project, feel free to join our [Slack community](https://slack.k8s.io/#kyverno) + + ![200w](https://user-images.githubusercontent.com/62384659/131811391-bdfe5f22-f233-4e9f-a00c-320bd6c4ebc9.gif) # It is recommend to include as many gifs and emojis as possible \ No newline at end of file diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 485ecbbe08..a0ad32d932 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,6 +7,7 @@ on: - 'README.md' - 'charts/**' - 'docs/**' + - '.github/config.yml' pull_request: branches: - 'main' @@ -14,6 +15,7 @@ on: - 'README.md' - 'charts/**' - 'docs/**' + - '.github/config.yml' jobs: e2e-test: