Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cs50victor/pr_dedupe

find duplicate/similar pull requests
https://github.com/cs50victor/pr_dedupe

Last synced: 2 days ago
JSON representation

find duplicate/similar pull requests

Awesome Lists containing this project

README

        

# pr-dedupe

finds and helps manage duplicate/similar pull requests

> scaffolded using [dbanty/rust-github-action-template](https://github.com/dbanty/rust-github-action-template)

Credits:

- [get-changed-files](https://github.com/jitterbit/get-changed-files/blob/master/src/main.ts)
- [scrippt-tech/orca](https://github.com/scrippt-tech/orca/blob/main/orca-core/src/record/mod.rs#L95)

## TODO

- [ ] Update this README with the details of this action
- [ ] Update inputs/outputs in `action.yaml`
- [ ] Implement the action's logic in `src/main.rs`
- [ ] Trigger a release in GitHub Actions
- [ ] Edit the triggered release to set release notes and publish the action to GitHub Marketplace