Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Update your PR's title to the linked Shortcut story's title.

License

Notifications You must be signed in to change notification settings

perdoo/shortcut-pr-title-action

Repository files navigation

Shortcut PR Title Action

Update your PR's title to the linked Shortcut story's title and add a link to the story in the PR's body.

To trigger the update, set your PRs title to sc.

Inputs

shortcutToken

Required. Shortcut API auth token.

ghToken

Required. GitHub API auth token.

Example usage

uses: perdoo/shortcut-pr-title-action@v2.0.0
with:
  shortcutToken: ${{ secrets.SHORTCUT_TOKEN }}
  ghToken: ${{ secrets.GITHUB_TOKEN }}