Skip to content

Commit

Permalink
Support creating a new milestone
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Dec 13, 2023
1 parent d0eca87 commit 03fe1be
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/prepare-release-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ jobs:
labels: ${{ env.PR_LABELS }}
assignees: ${{ github.actor }}
draft: true
- name: 'Create Milestone'
id: createmilestone
uses: "WyriHaximus/github-action-create-milestone@v1"
continue-on-error: true
with:
title: ${{ env.PLUGIN_VERSION }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 03fe1be

Please sign in to comment.