chatops
Here are 270 public repositories matching this topic...
-
Updated
Feb 3, 2022 - Python
-
Updated
Jan 29, 2022 - Python
Is your feature request related to a problem? Please describe.
The latest released BotKube image has a few vulnerabilities. The report can be seen at artifacthub: https://artifacthub.io/packages/helm/infracloudio/botkube?modal=security-report
Describe the solution you'd like
We should -
- Fix the image vulnerabilities
- And, add a CI check to catch such vulnerabilities early be
-
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
Jan 29, 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 5, 2022 - PowerShell
-
Updated
Feb 2, 2022 - TypeScript
-
Updated
Oct 23, 2021 - Go
-
Updated
Jan 17, 2022 - Go
-
Updated
Jan 31, 2022 - TypeScript
Related: yetibot/yetibot#371
Current API (AlphaVantage) is rate limited to 3 reqs per 5 min
-
Updated
Dec 27, 2021 - 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 2, 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.