Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhils/add-pr-ref-in-changelog
https://github.com/mhils/add-pr-ref-in-changelog
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhils/add-pr-ref-in-changelog
- Owner: mhils
- License: mit
- Created: 2022-11-09T17:03:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T13:17:34.000Z (5 months ago)
- Last Synced: 2024-06-11T14:39:19.706Z (5 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# add-pr-ref-in-changelog
This GitHub Action adds pull request references to changelog entries.
To be used with [ autofix.ci](https://autofix.ci).
**Before:**
```markdown
# Release History## Unreleased: example_tool next
- Add feature
```**After:**
```markdown
# Release History## Unreleased: example_tool next
- Add feature
([#42](https://github.com/mhils/add-pr-ref-in-changelog/pulls/42), @mhils)
```