Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phstc/probot-pr-link
Add the PR link back to the closeable issues
https://github.com/phstc/probot-pr-link
probot probot-app typescript
Last synced: 2 days ago
JSON representation
Add the PR link back to the closeable issues
- Host: GitHub
- URL: https://github.com/phstc/probot-pr-link
- Owner: phstc
- License: isc
- Created: 2018-10-21T01:18:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T03:48:27.000Z (12 months ago)
- Last Synced: 2024-12-11T16:51:11.249Z (12 days ago)
- Topics: probot, probot-app, typescript
- Language: TypeScript
- Homepage:
- Size: 573 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# probot-pr-link
PR Link adds the PR link back to all closable issues for helping to navigate back-forth in between issues and pull requests.
Add `Fixes #issue-number` (or [any other closable keyword](https://help.github.com/articles/closing-issues-using-keywords/)) to a pull request:
![](https://raw.githubusercontent.com/phstc/probot-pr-link/master/pr-link-1.png)
Then PR link will automatically add :pushpin: #pr-number back to the respective issue(s).
![](https://raw.githubusercontent.com/phstc/probot-pr-link/master/pr-link-2.png)
## Setup
```sh
# Install dependencies
yarn install# Run typescript
yarn run build# Run the bot
yarn start
```## Contributing
If you have suggestions for how probot-pr-link could be improved, or want to report a bug, open an issue! We'd love all and any contributions.
For more, check out the [Contributing Guide](CONTRIBUTING.md).
## License
[ISC](LICENSE) © 2018 Pablo Cantero