Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cs50victor/pr_dedupe
- Owner: cs50victor
- License: mit
- Created: 2024-02-02T14:06:01.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T15:13:11.000Z (11 months ago)
- Last Synced: 2024-11-14T11:36:46.101Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 77.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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