Skip to content

Commit

Permalink
Update IssueModerator.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rix1337 authored Jun 14, 2024
1 parent f49652f commit 17c2c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IssueModerator.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Autocloser
name: Issue Moderator
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues that did not follow issue template
uses: roots/issue-closer@v1
uses: roots/issue-closer@v1.2
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!"
Expand Down

0 comments on commit 17c2c21

Please sign in to comment.