Skip to content

Commit

Permalink
Create milestone-closed.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffpatton1971 authored Jan 9, 2024
1 parent f5dec12 commit 44af43a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/milestone-closed.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Generate Release Notes on Milestone Closure

on:
milestone:
types: [closed]

jobs:
generate_release_notes:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Generate Release Notes
uses: jeffpatton1971/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
milestone: ${{ github.event.milestone.number }}

0 comments on commit 44af43a

Please sign in to comment.