8000 GitHub - sl1depengwyn/antiscam-action
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sl1depengwyn/antiscam-action

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antiscam-action

GitHub action to automatically hide scam comments on issues.

Usage

Add the following to .github/workflows/antiscam.yml in your repository:

name: antiscam

on:
  issue_comment:
    types:
      - created
      - edited

permissions:
  pull-requests: write
  issues: write

jobs:
  build:
    name: Antiscam
    runs-on: ubuntu-latest

    steps:
      - uses: vbaranov/antiscam-action@main
        with:
          token: ${{ github.token }}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 97.5%
  • Dockerfile 2.5%
0