Skip to content

cgetc/automatically-set-milestone-to-issue

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

automatically-set-milestone-to-issue

This action set milestone that is maximum patch version to issue or pull request automatically.

Inputs

github-token

Required Github Token

version-prefix

the prefix of application version. Default v

version-separator

the separator of application version. Default .

overwrite

whether to overwrite an existing milestone

Outputs

milestone-number

The milestone number that the action set.

milestone-title

The milestone title that the action set.

Example

uses: cgetc/automatically-set-milestone-to-issue@v0.1.4
with:
  github-token: ${{ secrets.GITHUB_TOKEN }}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published