Trevor Hartman

Results 177 issues of Trevor Hartman

Lots of examples in https://www.edwardthomson.com/blog/github_actions_advent_calendar.html

devops
ci/cd
size/large

In an expression like: ``` !echo A | echo B `echo C` ``` The evaluation order is: 1. echo A 1. echo C 1. echo B `echo C` needs to...

core
size/large

Compare the text of previous command?

adapters/slack
core
size/medium

Related: https://github.com/yetibot/yetibot.core/pull/78

core
adapters/mattermost
size/large

Today we can set a small set of settings in a channel, like: ``` !channel set jira-project YETIBOT ``` Support for this is baked in directly to the jira command...

quite-fun ⚡️
size/large

## Rationale The idea is that the command knows more about the kind of output than the command handling pipeline or the chat adapter. If a command (like ascii) hinted...

quite-fun ⚡️
ready
v1.0