Skip to content

Bump cspell from 8.0.0 to 8.1.0 #183

Bump cspell from 8.0.0 to 8.1.0

Bump cspell from 8.0.0 to 8.1.0 #183

Workflow file for this run

# cspell:ignore deepakputhraya dependabot
name: PR
on:
pull_request:
jobs:
enforce-branch-name:
name: Enforce Branch Name
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/[email protected]
with:
regex: ([a-z])+\/([a-zA-Z0-9\-\_])+
allowed_prefixes: bugfix,chore,depend,dependencies,dependabot,docs,feat,feature,fix,hotfix,maint,maintain,maintenance,release
ignore: master,release,develop
label-pr:
name: Label PR
# skip running the job from forks
# uncomment and replace with the name of the repo
# if: github.repository == 'ITProKyle/generic-template'
runs-on: ubuntu-latest
steps:
- uses: release-drafter/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}