Files
graylog2-server/.github/workflows/changelog.yml
Bernd Ahlers 5ad52b145a Update GitHub Actions runner selection (#24537)
* Update GitHub Actions runner selection

- Use RunsOn runners for our Open build
- Add RunsOn config file
- Switch to ubuntu-slim for small and fast jobs

* Use runs-on.yml file in graylog-project-internal instead

* Fix typo

* Add Node.JS memory settings
2025-12-15 19:14:41 +01:00

18 lines
276 B
YAML

name: "Changelog Check"
on:
pull_request:
types:
- "opened"
- "synchronize"
- "reopened"
- "edited"
jobs:
test:
name: "Check Changelog presence"
runs-on: "ubuntu-slim"
steps:
- uses: "Graylog2/actions/changelog-check@main"