Skip to content

Commit

Permalink
Add GHA workflow to announce milestone planning in chat
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 12, 2024
1 parent 42158ba commit 993526c
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 993526c

Please sign in to comment.