chatops-controller icon indicating copy to clipboard operation
chatops-controller copied to clipboard

A rails plugin to make creating chatops easy

Results 6 chatops-controller issues
Sort by recently updated
recently updated
newest added

@leequarella Will there be a v5.0.0 release available soon?

The test added is actually a decent example of how multiline chatop matching could be useful. My intended use is a command to complement a suite of existing commands that...

enhancement

As of recent versions of Rails, they've begun discouraging the use of `ActionController::TestCase` for new tests and encouraging the use of integration tests based around `ActionDispatch::IntegrationTest`. The helpers in this...

This commit adds more context to the chatop tests failures by checking for keys in the json_response and raising if they do not exist. This should give users a better...

## Workflow permissions improvement There are **1 workflow file** that are currently lacking explicit permissions ### Affected Workflow Files The following workflow files need permissions to be explicitly defined: -...

Potential fix for [https://github.com/github/chatops-controller/security/code-scanning/1](https://github.com/github/chatops-controller/security/code-scanning/1) The best way to fix this problem is to add a `permissions:` block to the workflow, specifying the minimum required privilege. Since the workflow only needs...