Skip to content

Commit

Permalink
Merge pull request #94 from WyriHaximus/set-milestone-using-chores.dev
Browse files Browse the repository at this point in the history
Set milestone using Chores.Dev
  • Loading branch information
WyriHaximus committed Apr 19, 2021
2 parents fee2c64 + 5a13efe commit 70a7f7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/set-milestone-on-pr.yaml
Expand Up @@ -48,6 +48,10 @@ jobs:
MAJOR: ${{ steps.semvers.outputs.major }}
MINOR: ${{ steps.semvers.outputs.minor }}
PATCH: ${{ steps.semvers.outputs.patch }}
- name: 'Set Milestone through Chores.Dev'
uses: "chores-dev/set-milestone-action@main"
with:
milestone: ${{ steps.decidedversion.outputs.version }}
- name: 'Get Milestones'
uses: "WyriHaximus/github-action-get-milestones@master"
id: milestones
Expand Down

0 comments on commit 70a7f7f

Please sign in to comment.