Skip to content

[pre-commit.ci] pre-commit autoupdate #313

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #313

Workflow file for this run

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