You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this pr-lint-action with on-failed-regex-fail-action: true and edited in the list of pull_request.types as a GH Required Workflow and I've found that when PR author edits PR title to conform with the title-regex, the workflow doesn't trigger and hence the PR is stuck unless new commits are pushed in to the PR.
Is this expected or am I missing something?
GH Action config:
on: # yamllint disable-line rule:truthypull_request:
branches:
- main
- mastertypes:
- edited
- opened
- reopened
- synchronizeworkflow_call:
The text was updated successfully, but these errors were encountered:
I'm using this
pr-lint-action
withon-failed-regex-fail-action: true
andedited
in the list ofpull_request.types
as a GH Required Workflow and I've found that when PR author edits PR title to conform with thetitle-regex
, the workflow doesn't trigger and hence the PR is stuck unless new commits are pushed in to the PR.Is this expected or am I missing something?
GH Action config:
The text was updated successfully, but these errors were encountered: