Skip to content

Close Milestone Action

Actions
Close a specific Milestone
v1.1.1
Latest
Star (5)

Tags

 (1)

Beakyn

Close Milestone

Action to close milestone

Pre-requisites

Create a workflow .yml file in your .github/workflows directory. An example workflow is available below. For more information, reference the GitHub Help Documentation for Creating a workflow file.

Inputs

repository: Github repository. Add the Github context value: github.repository. (required)

Either milestone-number or milestone-title is required.

Examples

- name: Close milestone
  uses: Beakyn/[email protected]
  env:
    GITHUB_TOKEN: ${{ github.token }}
  with:
    repository: ${{ github.repository }}
    milestone-number: 1
- name: Close milestone
  uses: Beakyn/[email protected]
  env:
    GITHUB_TOKEN: ${{ github.token }}
  with:
    repository: ${{ github.repository }}
    milestone-title: v1.1.1

Close Milestone Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Close a specific Milestone
v1.1.1
Latest

Tags

 (1)

Close Milestone Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.