Falcon trading software #101
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: Issues spammy check | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
mark-as-spam: | |
name: Remove issues with spammy | |
runs-on: ubuntu-latest | |
steps: | |
- name: close issue | |
uses: balevine/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |