Add slack web-hook to be notified about e2e tests#131
Merged
Conversation
liamsi
commented
Jan 10, 2021
| env: | ||
| SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK }} | ||
| SLACK_CHANNEL: tendermint-internal | ||
| SLACK_CHANNEL: lazyledger-core |
Member
Author
There was a problem hiding this comment.
@marbar3778 besides adding a secret and a channel that does exist, this does not require any changes, right?
tac0turtle
approved these changes
Jan 11, 2021
cmwaters
pushed a commit
that referenced
this pull request
Mar 13, 2023
* ci: Fix stalebot config (#131) I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config. --- #### PR checklist - [x] Tests written/updated, or no tests needed - [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed - [x] Updated relevant documentation (`docs/`) and code comments, or no documentation updates needed (cherry picked from commit 9975bc8) # Conflicts: # .github/workflows/stale.yml * Resolve conflicts Signed-off-by: Thane Thomson <connect@thanethomson.com> Signed-off-by: Thane Thomson <connect@thanethomson.com> Co-authored-by: Thane Thomson <connect@thanethomson.com>
evan-forbes
pushed a commit
that referenced
this pull request
Mar 11, 2025
I noticed that stalebot wasn't respecting our `wip` label, only to realize I hadn't yet updated its config.
---
#### PR checklist
- [x] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
documentation updates needed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add slack webhook. See https://github.com/rtCamp/action-slack-notify
Closes: #99