Created
July 13, 2022 19:54
-
-
Save duncanmcclean/96b048ac6cb95b0cf35ac813912a6e0a to your computer and use it in GitHub Desktop.
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: "Annoying Users" | |
on: | |
issues: | |
jobs: | |
close_and_ban: | |
if: "contains(github.event.issue.title, '??') || contains(github.event.issue.body, '??')" | |
name: Close & Ban | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close issue | |
uses: peter-evans/close-issue@v2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment