Add announce-milestone-planning.yml GHA

Send a `planning` message to the chat when `due_on` is changed on a milestone
This commit is contained in:
Artem Bilan
2024-08-21 13:30:59 -04:00
parent 746f5f6596
commit b846631f7d

View File

@@ -0,0 +1,11 @@
name: Announce Milestone Planning in Chat
on:
milestone:
types: [created, edited]
jobs:
announce-milestone-planning:
uses: spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@main
secrets:
SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}