[Bug]: The API is down (Error 1016 from Cloudflare - DNS Error) #4512
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Spammy Guardian | |
on: | |
workflow_dispatch: | |
inputs: | |
issueId: | |
description: 'id of the issue to test againt' | |
required: true | |
issue_comment: | |
issues: | |
types: [opened] | |
jobs: | |
spammy-guardian: | |
runs-on: ubuntu-latest | |
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'netlify[bot]' }} | |
steps: | |
- uses: kerhub/spammy-guardian@fa79bcda24df6dae5b93285e1749e59c77add4bd | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |