From c28abe84aa802ca262262d3ddd6b973ed16046d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20Garc=C3=ADa=20Veytia=20=28Puerco=29?= Date: Thu, 4 Jan 2024 19:55:18 -0600 Subject: [PATCH] Check Release Notes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adolfo GarcĂ­a Veytia (Puerco) --- .github/workflows/check-release-notes.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/check-release-notes.yaml diff --git a/.github/workflows/check-release-notes.yaml b/.github/workflows/check-release-notes.yaml new file mode 100644 index 0000000..29d14bc --- /dev/null +++ b/.github/workflows/check-release-notes.yaml @@ -0,0 +1,15 @@ +name: Check Release Notes + +on: + pull_request: + +jobs: + check-release-notes: + runs-on: ubuntu-latest + + permissions: + pull-requests: read # needed to read the PR data + + steps: + - name: Install publish-release + uses: puerco/release-actions/check-release-notes@33771d339ac83657ec5f7db9aa3176d18cef41a1