Skip to content

[sub]feat: add function events #94

[sub]feat: add function events

[sub]feat: add function events #94

Workflow file for this run

name: "Sub PR title"
on:
pull_request:
branches:
- '**'
- '!main'
types:
- opened
- edited
- synchronize
jobs:
sub_pr_title:
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
allowed_prefixes: '[sub]'
prefix_case_sensitive: false