Skip to content

Commit

Permalink
Add announce-milestone-planning.yml GHA
Browse files Browse the repository at this point in the history
Send a `planning` message to the chat when `due_on` is changed on a milestone
  • Loading branch information
artembilan committed Aug 21, 2024
1 parent 746f5f6 commit b846631
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/announce-milestone-planning.yml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit b846631

Please sign in to comment.