Skip to content

Fix link to activity log info #23

Fix link to activity log info

Fix link to activity log info #23

name: PR lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
-
name: Lint allowed branch names
uses: lekterable/[email protected]
with:
allowed: |
/^(.+:)?bugfix/.+/i
/^(.+:)?feature/.+/i
/^(.+:)?release/.+/i
/^(.+:)?docs?/.+/i
/^(.+:)?misc/.+/i
-
name: Block fixup/squash commits
uses: xt0rted/block-autosquash-commits-action@v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}