Update tests and documentation to use optional params as named params #276
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Analyze Commit Messages | |
on: [pull_request] | |
permissions: | |
pull-requests: write | |
contents: write | |
jobs: | |
analyze-commits: | |
name: Analyze commits | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/analyze-commits.yml@v1 | |
with: | |
previewNotes: false | |
preview-changeset: | |
name: Preview changeset | |
uses: fingerprintjs/dx-team-toolkit/.github/workflows/preview-changeset-release.yml@v1 | |
with: | |
pr-title: ${{ github.event.pull_request.title }} |