Skip to content

Commit

Permalink
Merge pull request #42 from reactphp-parallel/chores-dev-milestone
Browse files Browse the repository at this point in the history
Chores.Dev Milestone
  • Loading branch information
WyriHaximus committed Apr 21, 2021
2 parents e0bf389 + dfdae78 commit cbdd337
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 @@ -39,6 +39,10 @@ jobs:
env:
MILESTONES: ${{ steps.milestones.outputs.milestones }}
MILESTONE: ${{ steps.semvers.outputs.minor }}
- name: 'Set Milestone through Chores.Dev'
uses: "chores-dev/set-milestone-action@main"
with:
milestone: ${{ steps.semvers.outputs.minor }}
- name: 'Create Milestone'
if: github.event.pull_request.milestone == null && steps.querymilestone.outputs.number == ''
id: createmilestone
Expand Down

0 comments on commit cbdd337

Please sign in to comment.