chatops
Here are 270 public repositories matching this topic...
-
Updated
Feb 10, 2022 - Python
-
Updated
Feb 28, 2022 - Python
Describe the bug
To Reproduce
Steps to reproduce the behavior:
- I tried to install botkube helm chart and integrate it with Elasticseach which is installed in one of VM'
- POD get to install successfully but in logs, I can see below error
ERRO[2021-09-21T10:04:06Z] Failed to get index. Error: Head "https://xxxyz:9201/esskube-2021-09-21": x509: certificate signed by unknown author
-
Updated
Sep 8, 2021 - Elixir
Description
Randomly the matrix connector will crash when connected to a public room.
Steps to Reproduce
Create a skill and point it to #geeklab:linuxdelta.com and wait for people t
-
Updated
Jan 5, 2022 - Go
-
Updated
Feb 28, 2022 - Go
Reproducible in:
slack-sdk==3.13.0
Python 3.8.8
ProductName: macOS
ProductVersion: 12.0
BuildVersion: 21A5506j
Darwin Kernel Version 21.1.0: Thu Aug 19 02:54:44 PDT 2021; root:xnu-8019.40.29~26/RELEASE_ARM64_T8101
Steps to reproduce:
(Share the commands to run, source code, and project settings (e.g., set
-
Updated
Feb 22, 2022 - PowerShell
-
Updated
Feb 15, 2022 - TypeScript
-
Updated
Feb 27, 2022 - Go
-
Updated
Jan 17, 2022 - Go
-
Updated
Feb 28, 2022 - TypeScript
Related: yetibot/yetibot#371
Current API (AlphaVantage) is rate limited to 3 reqs per 5 min
-
Updated
Feb 14, 2022 - Go
name: test
match: command
args:
- var1to
name: test
match: command
expose_args:
- var1This is consistent with expose_json_fields. So, any time we expose variable from within rules we would use the expose_ prefix.
-
Updated
May 22, 2020 - JavaScript
-
Updated
Feb 27, 2022 - CSS
-
Updated
Jun 7, 2021 - Go
-
Updated
Apr 30, 2021 - Kotlin
Improve this page
Add a description, image, and links to the chatops topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the chatops topic, visit your repo's landing page and select "manage topics."
Apart from Unit and Integration tests, we should also run the
st2-self-checkscript for every PR as part of the CI pipeline.Something we do in e2e and manual testing.
It should be possible with the Github Actions and would help us to catch bugs before merging into
master.Ex #5489.