Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 521 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 521 Bytes

gh-actions-playground

The idea of this repo is to play with different gh-actions before using them on a real project.

The goal of the first automation is to create a release notes as soon as we close a Milestone.

The release notes is created using the release-notes-generator-action from Decathlon paired with the create-release default action from GitHub.

You can look at the .github folder for more info.