chore: notify people for closed milestones

chore/closed-milestones-action
Peer Richelsen 2023-09-13 15:52:33 +02:00 committed by GitHub
parent 8c96e04b51
commit 34935ac6af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

20
.github/workflows/closed-milestones vendored Normal file
View File

@ -0,0 +1,20 @@
name: Closed Milestones
on:
milestone:
types: [closed]
permissions:
issues: write
pull-requests: write
jobs:
Comment:
runs-on: ubuntu-latest
steps:
- uses: bflad/action-milestone-comment@v1
with:
body: |
This functionality has been released in ${{ github.event.milestone.title }}.
For further feature requests or bug reports with this functionality, please create a [new GitHub issue](https://github.com/${{ github.repository }}/issues/new/choose) following the template. Thank you!