Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 665 Bytes

File metadata and controls

38 lines (22 loc) · 665 Bytes

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 }}