Skip to content

GitHub Actions that finds a pull request (PR) associated with the current commit.

License

Notifications You must be signed in to change notification settings

koistya/linked-pr

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.