Skip to content

Commit

Permalink
Merge pull request #102 from cfengine/craigcomstock-patch-1
Browse files Browse the repository at this point in the history
Add github pull request keywords and options to README
  • Loading branch information
craigcomstock authored May 20, 2024
2 parents bfef203 + a0ee03c commit b095282
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ I trigger pull requests when someone mentions me in a GitHub Pull Request.

## Usage

### Github Pull Requests

Mention Tom in a comment with `@cf-bottom` and then include some trigger keywords to start a jenkins/CI build.

In `tom/bot.py`:

```python
trigger_words = ["jenkins", "pipeline", "build", "test", "trigger"]
```

Other keywords available in comments are:

* `exotic` - includes exotics platforms such as AIX, HP/UX, Solaris
* `no test` - don't run tests. This is useful if you only need packages. Tests are resource intensive so use this option often if it makes sense.

### Command line

If you have valid config and secrets in the current working directory, you can run:
Expand Down

0 comments on commit b095282

Please sign in to comment.