mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
* 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
18 lines
276 B
YAML
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"
|