Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 535 Bytes

File metadata and controls

32 lines (24 loc) · 535 Bytes

Close Milestone Action

This GitHub action closes a milestone.

Inputs

Input Description Required

version

The version to close.

true

token

The token with permissions to close milestones.

true

repository

The repository containing the milestone; uses the current repository by default.

false

Example Usage

- name: Close Milestone
  uses: spring-io/spring-release-actions/close-milestone@main
  with:
    version: '1.2.3'
    token: ${{ secrets.TOKEN }}