Skip to content

Bump certifi from 2023.7.22 to 2024.2.2 #13

Bump certifi from 2023.7.22 to 2024.2.2

Bump certifi from 2023.7.22 to 2024.2.2 #13

Workflow file for this run

name: Branch Naming Policy Action
on:
create:
delete:
pull_request:
branches:
- main
- release
jobs:
branch-naming-policy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run Branch Naming Policy Action
uses: nicklegan/[email protected]
if: github.ref_type == 'branch' || github.ref_type == 'pull_request'
with:
token: ${{ secrets.GITHUB_TOKEN }}
regex: '^(([a-z\-0-9]+)\/((features?)|((bug|hot)?fix(es)?)|(support)|(documentation)|(meta))|(release))\/([a-z\-0-9]+)$'