This repo is all about free certifications. So, if a provider doesn't provide any sort of cert of completion or a badge anymore, then it should be moved to the [Expired-Offers.md](https://github.com/cloudcommunity/Free-Certifications/blob/main/Expired-Offers.md) file. #84
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 }} |