Skip to content

Commit

Permalink
Use public changelog action
Browse files Browse the repository at this point in the history
  • Loading branch information
mpfz0r committed Nov 8, 2023
1 parent f7b9f45 commit 436cba6
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Changelog"
name: "Changelog Check"

on:
pull_request:
Expand All @@ -9,17 +9,9 @@ on:
- "edited"

jobs:
check:
name: "Check"
test:
name: "Check Changelog presence"
runs-on: "ubuntu-latest"

steps:
- uses: "actions/checkout@v3"
with:
repository: "Graylog2/internal-actions"
path: ".github/internal-actions"
token: "${{ secrets.GH_PAT }}"

- uses: "./.github/internal-actions/changelog-check"
with:
gh-token: "${{ secrets.GITHUB_TOKEN }}"
- uses: "Graylog2/actions/changelog-check@main"

0 comments on commit 436cba6

Please sign in to comment.