Skip to content

Commit

Permalink
Merge pull request #2 from xyngular/feature/customize-clubhouse-story…
Browse files Browse the repository at this point in the history
…-title-and-body

chore: update README to not include comment
  • Loading branch information
jdcargile authored Sep 29, 2020
2 parents 8426313 + eee7905 commit 84f8d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ variables, like this:
merged-state-name: Done
closed-state-name: Abandoned
clubhouse-story-title-template: >-
{{{ payload.repository.name }}} - {{{ payload.pull_request.title }}} # Would show "<repo name> - <pull request title>"
{{{ payload.repository.name }}} - {{{ payload.pull_request.title }}}
clubhouse-story-body-template: >-
New story create for pull request {{{ payload.pull_request.title }}} in repo {{{ payload.repository.name }}}. The body of the PR is {{{ payload.pull_request.body }}}
```
Expand Down

0 comments on commit 84f8d82

Please sign in to comment.