Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 logo 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)
```