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

Not always posting comments #71

Open
sdhull opened this issue Jun 3, 2022 · 0 comments
Open

Not always posting comments #71

sdhull opened this issue Jun 3, 2022 · 0 comments

Comments

@sdhull
Copy link

sdhull commented Jun 3, 2022

I've updated the trigger in hopes to get my workflow to run on main when PRs are merged (so using the push event) but the pull_request event for everything else:

on:
  push:
    branches:
      - main
  pull_request:
    branches:
      - '**/*'

You can see it's properly triggered on my pull request when I push new commits, with the pull_request event:
image

However it's not posting comments! The report says "updated 2 mins ago" so it seems like that's working properly but I'm not sure why it can't resolve the pull request number.

Is there some way to enable debug output or something like that?
Thanks!

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