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:44:14 -04:00
parent 79477813e0
commit 4a2eb9cf6b

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 }}