test issue that shuld get closed. #1
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
on: | |
issues: | |
types: [opened] | |
jobs: | |
closeAll: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Close Issue | |
uses: peter-evans/close-issue@v3 | |
with: | |
comment: | | |
Please open issues on drupal.org: https://www.drupal.org/project/issues/graphql | |
Auto-closing this issue. |