Skip to content

Commit

Permalink
🔧 Comment out changelog check
Browse files Browse the repository at this point in the history
  • Loading branch information
olejnjak committed Feb 22, 2024
1 parent a863aec commit 25dc4aa
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions#jobsjob_idname
name: Checks
# name: Checks

on: [pull_request]
# on: [pull_request]

jobs:
changelog:
name: Changelog
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Changelog Reminder
uses: peterjgrainger/[email protected]
with:
changelog_regex: 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# jobs:
# changelog:
# name: Changelog
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v4
# - name: Changelog Reminder
# uses: peterjgrainger/[email protected]
# with:
# changelog_regex: 'CHANGELOG.md'
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 25dc4aa

Please sign in to comment.