Skip to content

Commit

Permalink
fix: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
armand-sauzay committed Mar 12, 2024
1 parent 25c4d66 commit 48cbbaf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ inputs:
required: true
description: GitHub token that can checkout the repository. e.g. 'secrets.GITHUB_TOKEN'
default: ""
release-notes:
required: false
description: Whether to generate release notes for the pull request
default: "true"

runs:
using: composite
Expand All @@ -25,3 +29,6 @@ runs:
fetch-depth: 0
- name: Run pre-commit
uses: open-turo/action-pre-commit@v3
- name: Check release notes on pull_request
if: github.event_name == 'pull_request' && inputs.release-notes == 'true'
uses: open-turo/actions-release/lint-release-notes@v4

0 comments on commit 48cbbaf

Please sign in to comment.