Skip to content

Commit

Permalink
chore: add workflow to check spam PRs in hacktoberfest (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol-Baranwal authored Oct 1, 2023
1 parent 4e3f2ec commit 4506643
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/spam_hacktoberfest.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Hacktoberfest Spam PR Checker

on:
pull_request:
types: [opened, reopened]

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Spamtoberfest
uses: maximelafarie/spamtoberfest@main
with:
action-type: flag # or close
repo-token: ${{ secrets.GITHUB_TOKEN }}

1 comment on commit 4506643

@vercel
Copy link

@vercel vercel bot commented on 4506643 Oct 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.