Skip to content

ability to fetch data from PR_URL (when triggered by a comment) #318

@digitalkaoz

Description

@digitalkaoz

Subject of the issue

i want to get detailed infos about a PR when triggered by issue_comment (have a PR_URL, but nothing else)

Your git environment

on:
  issue_comment:
    types: [created, edited]
...
  steps:
      - uses: 8BitJonny/[email protected]
        id: PR
        with:
          prUrl: ${{ github.event.issue.html_url }} #thats what i need

Steps to reproduce

Expected behaviour

Works the same as with a concrete SHA

Actual behaviour

doesnt work at all

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions