Skip to content

Commit

Permalink
Check Release Notes
Browse files Browse the repository at this point in the history
Signed-off-by: Adolfo García Veytia (Puerco) <[email protected]>
  • Loading branch information
puerco committed Jan 5, 2024
1 parent f81f176 commit c28abe8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/check-release-notes.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c28abe8

Please sign in to comment.