The `v3` has to be updated by Dependabot automatically **Auto-cherry-pick to `6.3.x` & `6.2.x`**
12 lines
333 B
YAML
12 lines
333 B
YAML
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@v4
|
|
secrets:
|
|
SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
|