Skip to content

App regularly hangs and then crashes either to library or completely out of the app #3895

App regularly hangs and then crashes either to library or completely out of the app

App regularly hangs and then crashes either to library or completely out of the app #3895

Workflow file for this run

name: Issue closer
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issue
uses: arkon/issue-closer-action@v1.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it was not filled in correctly or the acknowledgment section was not removed."
issue-title-pattern: ".*Write short description here.*"
issue-body-pattern: ".*DELETE THIS SECTION IF YOU HAVE READ AND ACKNOWLEDGED IT.*"