Skip to content

Reprovision informs that it isn't possible to signin wth incorrect infomation and the AppleID is locked for security reasons, even though it is not in either case #50

Reprovision informs that it isn't possible to signin wth incorrect infomation and the AppleID is locked for security reasons, even though it is not in either case

Reprovision informs that it isn't possible to signin wth incorrect infomation and the AppleID is locked for security reasons, even though it is not in either case #50

Workflow file for this run

name: Autocloser
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues that did not follow issue template
uses: roots/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template"
issue-pattern: ".*((Describe the issue)|((Describe the bug)|(To Produce)|(Device))).*"