Skip to content

Adding support for 'push' events #47

Description

@kuritz

Hi @melnychukvitaliy, thanks for this action! I think it is closest of the many like this to supporting my team's use case.

The only friction for us is that we run our tests on every 'push', so it would be ideal if we could integrate it into our existing actions workflow triggered by a push event, instead of the pull_request events.

I think I might be able to implement this by conditionally using github's 'commit comment' functionality (https://docs.github.com/en/rest/reference/repos#create-a-commit-comment) to attach the comment to a commit when the triggering event is a push, instead of the existing default 'issue/pr comment' for a pull_request event.

Would you have any concerns or guidance if I attempted a PR to add this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions