Skip to content

Not always posting comments #71

@sdhull

Description

@sdhull

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions