Migrate all workflows to GitHub Actions

This commit completes the migration from Concourse to GitHub Actions,
adding the CI variants and release workflows.

See gh-1024
This commit is contained in:
Brian Clozel
2024-07-11 17:13:13 +02:00
parent 34693e66f1
commit 3923643e2e
29 changed files with 348 additions and 769 deletions

View File

@@ -0,0 +1,22 @@
changelog:
repository: spring-projects/spring-graphql
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:
- "bclozel"
- "rstoyanchev"