Skip to content

Commit

Permalink
Merge pull request #1862 from GEOS-ESM/feature/mathomp4/update-change…
Browse files Browse the repository at this point in the history
…log-enforcer

Update Label Enforcer and Changelog Enforcer for Dependabot
  • Loading branch information
mathomp4 authored Dec 13, 2022
2 parents 340b8ed + 03f8081 commit 07b9cf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/changelog-enforcer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: dangoslen/changelog-enforcer@v3
with:
changeLogPath: 'CHANGELOG.md'
skipLabels: 'Skip Changelog,0 diff trivial,automatic,dependencies'
skipLabels: 'Skip Changelog,0 diff trivial,automatic,dependencies,github_actions'
missingUpdateErrorMessage: >
No update to CHANGELOG.md found! Please add a changelog
entry to it describing your change. Please note that the
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/enforce-labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
mode: minimum
count: 1
labels: "0 diff,0 diff trivial,Non 0-diff,0 diff structural,0-diff trivial,Not 0-diff,0-diff,automatic,0-diff uncoupled"
labels: "0 diff,0 diff trivial,Non 0-diff,0 diff structural,0-diff trivial,Not 0-diff,0-diff,automatic,0-diff uncoupled,github_actions"
add_comment: true
blocking-label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 07b9cf0

Please sign in to comment.