Skip to content

Releases: PraiseXI/AntiSpamPRLabeler

v1.2.0 - Singular PR Scanning, Restructured Codebase, and Commenting Bug Fix

08 Feb 01:37
6dceeed
Compare
Choose a tag to compare

changed functionality to only check each pr that is opened instead of scanning all PRs.
Restructured files.
Fixed bug that was not allowing commenting.
I also included files that you can run to help you simulate spammy prs to test the action on your own test repo, as well as a script to clean up those simulated prs that were generated.

v1.1.0 - Configurable Enhancements

07 Feb 17:41
Compare
Choose a tag to compare

The latest update of AntiSpamPRLabeler, version 1.1.0, introduces options to customize the change threshold for labeling PRs and the comments posted on them. This release makes it easier to adapt the action to your project's specific needs.

v1.0.0 - Launching AntiSpamPRLabeler

07 Feb 02:51
Compare
Choose a tag to compare

Introducing AntiSpamPRLabeler v1.0, a GitHub Action designed to help maintainers automatically identify and label potential spam or minor pull requests. This tool aims to simplify the review process by marking small PRs for further examination.

Inspired by a recent incident with the ExpressJs repo

Features:

  • Auto-Labeling: Marks PRs with few changes as 'Potential Spam'.

  • Comments: Automatically posts a message on flagged PRs to notify contributors.

  • Secure: Uses GITHUB_TOKEN for secure and easy setup.

Full Changelog: https://github.com/PraiseXI/AntiSpamPRLabeler/commits/Latest