Migrate CI to GitHub Actions

Closes gh-1461
This commit is contained in:
Stéphane Nicoll
2025-02-21 09:44:43 +01:00
parent b40c664fb3
commit f575933b8e
13 changed files with 453 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
changelog:
repository: spring-projects/spring-ws
sections:
- title: ":star: New Features"
labels:
- "type: enhancement"
- title: ":lady_beetle: Bug Fixes"
labels:
- "type: bug"
- "type: regression"
- title: ":notebook_with_decorative_cover: Documentation"
labels:
- "type: documentation"
- title: ":hammer: Dependency Upgrades"
sort: "title"
labels:
- "type: dependency-upgrade"
contributors:
exclude:
names:
- "snicoll"
- "wilkinsona"