Skip to content

feat(fern): regeneration february 15, 2025 #276

feat(fern): regeneration february 15, 2025

feat(fern): regeneration february 15, 2025 #276

name: conventional-pr
"on":
pull_request:
branches:
- main
types:
- opened
- edited
- synchronize
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate a token
id: generate-token
uses: actions/create-github-app-token@v1
with:
app-id: ${{ secrets.SOFERAI_BOT_CLIENT_ID }}
private-key: ${{ secrets.SOFERAI_BOT_PRIVATE_SIGNING_KEY }}
- uses: CondeNast/[email protected]
env:
GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }}
with:
# to override config-conventional rules, specify a relative path to your rules module, actions/checkout is required for this setting!
# commitlintRulesPath: './commitlint.rules.js' # default: undefined
# if the PR contains a single commit, fail if the commit message and the PR title do not match
commitTitleMatch: 'true' # default: 'true'
# if you squash merge PRs and enabled "Default to PR title for squash merge commits", you can disable all linting of commits
ignoreCommits: 'true' # default: 'false'