You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Shortcut PR
v1
Automatically update your Github Pull Request with a Clubhouse title in the format: (feat) Some Feature [ch123]
. And
adds the Clubhouse story's URL to the beginning of the body of your PR.
Required GITHUB_TOKEN
Required Clubhouse API Token
The title of the pull request
Run yarn tdd
to watch Jest tests as you make your changes.
Run yarn lint:watch
to watch for ESLint errors/warnings.
Note: Always run yarn build
before pushing any changes.
Note: This is for use when opening a pull request.
on:
pull_request:
types: [opened]
uses: actions/clubhouse-pr@v1
with:
ghToken: ${{ secrets.GITHUB_TOKEN }}
chToken: ${{ secrets.CLUBHOUSE_API_TOKEN }}