You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
Close Milestone Action
v1.1.0
Action to close milestone
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.
repository
: Github repository. Add the Github context value: github.repository
. (required)
Either milestone-number
or milestone-title
is required.
- name: Close milestone
uses: Beakyn/gha-close-milestone@master
env:
GITHUB_TOKEN: ${{ github.token }}
with:
repository: ${{ github.repository }}
milestone-number: 1
- name: Close milestone
uses: Beakyn/gha-close-milestone@master
env:
GITHUB_TOKEN: ${{ github.token }}
with:
repository: ${{ github.repository }}
milestone-title: v1.1.1