Skip to content

Releases: singingwolfboy/create-linked-clubhouse-story

v1.8

31 May 08:53
Compare
Choose a tag to compare

This release fixes a problem with the Clubhouse API, as identified by @etipton. Thanks! It also upgrades our dependencies to stay current. There should not be any changes in functionality with this release.

Iteration support

29 Dec 17:46
Compare
Choose a tag to compare

Big thanks to @spang for contributing this feature! You can now configure this action to automatically place your created Clubhouse story into an iteration. Note that we make several assumptions about how you use Clubhouse and GitHub, and this feature will not work if you violate those assumptions. Check the README for more info!

Allowlist users and customized title/description for Clubhouse stories

03 Oct 13:09
Compare
Choose a tag to compare

Big thanks to @jdcargile for contributing both of the features in this release! You can now specify a list of users that are the only ones that this integration will work for, using the only-users input (#6). You can also now specify Mustache templates to customize the title and description of generated Clubhouse stories (#10).

Allow hyphens as separators in branch names

21 Sep 09:57
Compare
Choose a tag to compare

This release makes the branch regex more flexible, to allow for hyphens as separators. See #4. Thanks @toddburnside for doing this!

Update dependencies

15 Sep 15:37
Compare
Choose a tag to compare

This release simply updates the dependencies for this project. It should also resolve the Unexpected input(s) 'ignored-users' warning. No other changes in behavior are expected.

Ignored users

08 Jun 11:27
Compare
Choose a tag to compare

Now you can define a list of ignored users, such as bots. Any pull request created by one of these ignored users will be ignored by this integration.

Custom States

08 May 10:42
Compare
Choose a tag to compare

Now you can define which workflow state the linked Clubhouse ticket should be in! There are three configurable values: opened-state-name, merged-state-name, and closed-state-name.

v1.1

16 Apr 07:49
Compare
Choose a tag to compare

Clubhouse already has an integration with GitHub. If this Action detects a pull request from a branch that is following the naming convention used by this integration (*/ch####/*), then it will not create a new Clubhouse story for that branch.

This release also adds a new feature: comment templates. This allows you to customize the comment that this Action adds to a pull request, after it has created a new Clubhouse story.

v1

15 Apr 13:47
Compare
Choose a tag to compare
v1

Initial release.