Skip to content

this github action checks that a PR has an associated shortcut.com ticket and renames the PR to match

License

Notifications You must be signed in to change notification settings

goldenrecursion/shortcut-ticket-checker

Repository files navigation

Create a release branch

Users shouldn't consume the action from master since that would be latest code and actions can break compatibility between major versions.

Checkin to the v1 release branch

git checkout -b v1
git commit -a -m "v1 release"
git push origin v1

Note: We recommend using the --license option for ncc, which will create a license file for all of the production node modules used in your project.

Your action is now published! 🚀

See the versioning documentation

Usage

You can now consume the action by referencing the v1 branch

uses: actions/javascript-action@v1
with:
  milliseconds: 1000

See the actions tab for runs of this action! 🚀

About

this github action checks that a PR has an associated shortcut.com ticket and renames the PR to match

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published