Bumps the development-dependencies group with 1 update: [spring-io/spring-github-workflows](https://github.com/spring-io/spring-github-workflows). Updates `spring-io/spring-github-workflows` from 4 to 5 - [Release notes](https://github.com/spring-io/spring-github-workflows/releases) - [Commits](https://github.com/spring-io/spring-github-workflows/compare/v4...v5) --- updated-dependencies: - dependency-name: spring-io/spring-github-workflows dependency-type: direct:production update-type: version-update:semver-major dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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@v5
|
|
secrets:
|
|
SPRING_RELEASE_CHAT_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_GCHAT_WEBHOOK_URL }}
|