Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Required workflow is not triggered on edit #890

Open
yermulnik opened this issue Oct 22, 2024 · 0 comments
Open

Required workflow is not triggered on edit #890

yermulnik opened this issue Oct 22, 2024 · 0 comments

Comments

@yermulnik
Copy link

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?


image

GH Action config:

on: # yamllint disable-line rule:truthy
  pull_request:
    branches:
      - main
      - master
    types:
      - edited
      - opened
      - reopened
      - synchronize
  workflow_call:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant