Skip to content

Commit

Permalink
ci: close milestone upon release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer authored Jun 2, 2021
1 parent eb3100d commit 6f90310
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/milestone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Update Milestone on Release

on:
release:
types: [published]

jobs:
update-milestone:
runs-on: ubuntu-latest
steps:
# cspell:ignore mhutchie
- uses: mhutchie/update-milestone-on-release@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6f90310

Please sign in to comment.