We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
announce-milestone-planning.yml
1 parent 3336631 commit c0644d5Copy full SHA for c0644d5
.github/workflows/announce-milestone-planning.yml
@@ -0,0 +1,11 @@
1
+name: Announce Milestone Planning in Chat
2
+
3
+on:
4
+ milestone:
5
+ types: [ created, edited ]
6
7
+jobs:
8
+ announce-milestone-planning:
9
+ uses: spring-io/spring-github-workflows/.github/workflows/spring-announce-milestone-planning.yml@main
10
+ secrets:
11
+ SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
0 commit comments