https://github.com/jop-software/auto-issue-link
GHA to automatically link Pull Requests with Issues by the branch
https://github.com/jop-software/auto-issue-link
actions
Last synced: 28 days ago
JSON representation
GHA to automatically link Pull Requests with Issues by the branch
- Host: GitHub
- URL: https://github.com/jop-software/auto-issue-link
- Owner: jop-software
- License: agpl-3.0
- Created: 2025-09-13T21:26:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-21T17:38:59.000Z (6 months ago)
- Last Synced: 2025-12-23T06:51:38.365Z (6 months ago)
- Topics: actions
- Language: TypeScript
- Homepage:
- Size: 310 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Auto issue link Github Action
Link new Pull Requests with existing Issues by the branch name.
## What is does?
This action allows you to automatically link new Pull Requests with existing Issues based on the branch name. If a branch name contains an issue number (e.g., `feature/1234-new-feature`), the action will link the corresponding issue (e.g., issue #1234) to the newly created Pull Request.
## Inputs
| Name | Description | Default |
| ------- | ------------------------------------------- | --------------------- |
| `token` | Token for authorized use of the Github API. | `${{ github.token }}` |
## Example usage
```yaml
name: Auto Issue Link
on:
pull_request:
types: [opened]
jobs:
link-pr-to-issue:
runs-on: ubuntu-slim
steps:
- uses: "jop-software/auto-issue-link@v1"
```
## License
This project is licensed under the terms of the AGPL-3.0 license. See the [LICENSE](LICENSE) file for details.
### Enterprise Support and Licensing
Enterprise Support and Licensing is available, contact [info@jop-software.de](mailto:info@jop-software.de) for more information.
© 2025, jop-software Inh. Johannes Przymusinski