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: 3 months 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 (4 months ago)
- Default Branch: main
- Last Pushed: 2025-09-28T12:28:26.000Z (3 months ago)
- Last Synced: 2025-09-28T14:33:57.051Z (3 months ago)
- Topics: actions
- Language: TypeScript
- Homepage:
- Size: 305 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-latest
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