App called apple jack is an app that if someone hacked your phone the app can lock his phone or u can lock his phone now it could be any app but I personally prefer setting because hackers need settings #100
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 }} |