From 436cba6a482a90d713b26c424c325f61af9f56c1 Mon Sep 17 00:00:00 2001 From: Marco Pfatschbacher Date: Wed, 8 Nov 2023 19:57:46 +0000 Subject: [PATCH] Use public changelog action --- .github/workflows/changelog.yml | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 2fb0813..62fa478 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -1,4 +1,4 @@ -name: "Changelog" +name: "Changelog Check" on: pull_request: @@ -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"