Skip to content

Commit

Permalink
Merge pull request #5835 from janekmi/force-changelog-on-pr
Browse files Browse the repository at this point in the history
common: force changelog update on PR
  • Loading branch information
janekmi authored Aug 7, 2023
2 parents bd8e9af + c2c891b commit 7a25ac3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,24 @@ jobs:
src_checkers:
name: Source checkers
runs-on: ubuntu-latest
permissions:
issues: read
steps:
- name: Clone the git repo
uses: actions/checkout@v3
with:
# required for `make check-license` to work properly
fetch-depth: 50

- name: Check changelog
uses: Zomzog/changelog-checker@v1.3.0
with:
fileName: ChangeLog
noChangelogLabel: no changelog # the default
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
run: sudo pip install flake8

Expand Down

0 comments on commit 7a25ac3

Please sign in to comment.