Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
git-pull-request

GitHub Action

Find Pull Request

v1.8.1

Find Pull Request

git-pull-request

Find Pull Request

A GitHub Action for finding pull requests

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Find Pull Request

uses: juliangruber/[email protected]

Learn more about this action in juliangruber/find-pull-request-action

Choose a version

find-pull-request-action

A GitHub Action for finding pull requests.

Usage

steps:
  - name: Find Pull Request
    uses: juliangruber/find-pull-request-action@v1
    id: find-pull-request
    with:
      branch: my-branch-name
  - run: echo "Pull Request ${number} (${sha})"
    env:
      number: ${{ steps.find-pull-request.outputs.number }}
      sha: ${{ steps.find-pull-request.outputs.head-sha }}

Currently this will find a single open PR based on given branch input. For more options please open an issue.

Related

License

MIT