Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/koistya/linked-pr
- Owner: koistya
- License: mit
- Created: 2024-03-07T13:52:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T16:28:30.000Z (10 months ago)
- Last Synced: 2024-10-25T18:13:39.638Z (2 months ago)
- Topics: ci, ci-cd, cicd, github-action, github-actions, octokit, pull-request, pull-requests
- Language: JavaScript
- Homepage:
- Size: 1.53 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).