Unable to recognize disc types #94
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: Issue Moderator | |
on: [issues] | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Autoclose issues that did not follow issue template | |
uses: roots/[email protected] | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-close-message: "@${issue.user.login} you must confirm that you have read and understood this [part of the readme](https://github.com/rix1337/docker-ripper#do-you-offer-support) with '[X] YES'. Closing this issue automatically!" | |
issue-pattern: ".*\\[X\\] YES.*" |