ci: Add support for release/experimental label (#6208)

Co-authored-by: Ben Potter <ben@coder.com>
This commit is contained in:
Mathias Fredriksson
2023-02-15 14:23:06 +00:00
committed by GitHub
co-authored by Ben Potter
parent 5e4931efaf
commit fac7c02eeb
4 changed files with 17 additions and 1 deletions
+4
View File
@@ -236,3 +236,7 @@ Breaking changes can be triggered in two ways:
### Security
The [`security`](https://github.com/coder/coder/issues?q=sort%3Aupdated-desc+label%3Asecurity) label can be added to PRs that have, or will be, merged into `main`. Doing so will make sure the change stands out in the release notes.
### Experimental
The [`release/experimental`](https://github.com/coder/coder/issues?q=sort%3Aupdated-desc+label%3Arelease%2Fexperimental) label can be used to move the note to the bottom of the release notes under a separate title.