Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/koistya/linked-pr

GitHub Actions that finds a pull request (PR) associated with the current commit.
https://github.com/koistya/linked-pr

ci ci-cd cicd github-action github-actions octokit pull-request pull-requests

Last synced: 14 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Linked PR

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

## Usage

```yaml
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](./LICENSE.txt).