Crash with mods #46
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: Auto issue closer | |
on: | |
issues: | |
types: [opened] | |
permissions: | |
contents: write | |
issues: write | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Issue | |
uses: jam1garner/contributors-only@v3 | |
with: | |
token: ${{ secrets.AUTOCLOSEISSUE }} | |
comment: Issues are only meant for ARCropolis contributors, please read the [guidelines](https://github.com/Raytwo/ARCropolis/issues/288) to report an issue or suggest a change. |