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: 4 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T03:48:27.000Z (over 2 years ago)
- Last Synced: 2025-10-26T20:50:51.345Z (8 months ago)
- Topics: probot, probot-app, typescript
- Language: TypeScript
- Homepage:
- Size: 573 KB
- Stars: 1
- Watchers: 0
- 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:

Then PR link will automatically add :pushpin: #pr-number back to the respective issue(s).

## 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