Skip to content

Commit

Permalink
Add github pull request keywords and options to README
Browse files Browse the repository at this point in the history
  • Loading branch information
craigcomstock authored May 20, 2024
1 parent bfef203 commit a0ee03c
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 a0ee03c

Please sign in to comment.