Skip to content

Linked PR

Actions
Finds a pull request (PR) associated with the current commit
v1
Latest
Star (0)

Linked PR

Finds a pull request (PR) associated with the current commit.

Usage

steps:
  - uses: actions/checkout@v4
  - uses: koistya/linked-pr@v1
    id: pr
  - run: echo "PR #{{ steps.pr.outputs.number }} by {{ steps.pr.outputs.author }}"

License

The scripts and documentation in this project are released under the MIT License.

Linked PR is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Finds a pull request (PR) associated with the current commit
v1
Latest

Linked PR is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.