Finds a pull request (PR) associated with the current commit.
steps:
- uses: actions/checkout@v4
- uses: koistya/linked-pr@v1
id: pr
- run: echo "PR #{{ steps.pr.outputs.number }} by {{ steps.pr.outputs.author }}"
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.