Releases: singingwolfboy/create-linked-clubhouse-story
v1.8
Iteration support
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
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
This release makes the branch regex more flexible, to allow for hyphens as separators. See #4. Thanks @toddburnside for doing this!
Update dependencies
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
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
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
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
Initial release.