Skip to content

Commit

Permalink
Create enforce-changelog-entry.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jpadilla authored Oct 6, 2024
1 parent 4c5fa5d commit ca9a2cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/enforce-changelog-entry.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Update unreleased section in CHANGELOG"
on:
pull_request:
# By default labeled/unlabeled are not included in the pull_request even so we need to list out what we want
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

permissions:
contents: read

jobs:
changelog:
runs-on: ubuntu-latest
steps:
- uses: dangoslen/changelog-enforcer@204e7d3ef26579f4cd0fd759c57032656fdf23c7 # v3.6.1
with:
skipLabels: 'Skip-Changelog,dependencies,tests'

0 comments on commit ca9a2cd

Please sign in to comment.