Skip to content

Commit

Permalink
chore(github): Add Github action to auto-close github issues (#3467196)
Browse files Browse the repository at this point in the history
  • Loading branch information
klausi committed Aug 29, 2024
1 parent a05b635 commit 80571b0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/auto-close.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
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.

0 comments on commit 80571b0

Please sign in to comment.