oncall-engine/.github
Joey Orlando eac562cd94
Automate release note generation (#4004)
# What this PR does

- Automate our release note creation using `.github/release.yml` (see
docs
[here](https://docs.github.com/en/repositories/releasing-projects-on-github/automatically-generated-release-notes#example-configurations)).
- Add a GitHub Actions check for PRs to ensure that each PR contains one
`release:` label (which dictates how it will show up in the release
notes)

In addition, created the required labels:
<img width="701" alt="Screenshot 2024-03-04 at 13 25 45"
src="https://github.com/grafana/oncall/assets/9406895/eab83658-dfe9-478e-90d1-7cd66d9fce5d">

Once these changes are adopted and merged to `main` we can also delete
the `pr:no changelog` label.

## Checklist

- [ ] Unit, integration, and e2e (if applicable) tests updated
- [ ] Documentation added (or `pr:no public docs` PR label added if not
required)
- [ ] `CHANGELOG.md` updated (or `pr:no changelog` PR label added if not
required)
2024-03-06 14:37:55 +00:00
..
ISSUE_TEMPLATE configure yamllint pre-commit step (#2728) 2023-08-03 02:35:08 -04:00
workflows Automate release note generation (#4004) 2024-03-06 14:37:55 +00:00
CODEOWNERS Automate release note generation (#4004) 2024-03-06 14:37:55 +00:00
helm-values.yml Update e2e tests GH action to build engine image from branch (#3877) 2024-02-19 12:38:06 +00:00
issue_and_pr_commands.json add precommit rules for markdown/json files (#915) 2022-12-01 14:26:54 +01:00
kind.yml fix a few flaky e2e tests + allow running project locally via k8s/helm (#2751) 2023-08-22 19:03:29 +02:00
pull_request_template.md Automate release note generation (#4004) 2024-03-06 14:37:55 +00:00
release.yml Automate release note generation (#4004) 2024-03-06 14:37:55 +00:00
verify-public-docs-updated.sh add small script + github action to check that public docs updated (#1177) 2023-01-20 13:23:06 +01:00