Skip to content

Hello, I've recently encountered this problem again, it's already the latest version, what should I do to solve the problem of not being able to log in? #35

Hello, I've recently encountered this problem again, it's already the latest version, what should I do to solve the problem of not being able to log in?

Hello, I've recently encountered this problem again, it's already the latest version, what should I do to solve the problem of not being able to log in? #35

Workflow file for this run

name: Autocloser
on: [issues]
jobs:
autoclose:
runs-on: ubuntu-latest
steps:
- name: Autoclose issues by default
uses: roots/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-close-message: "
@${issue.user.login}
unfortunately the owner can no longer provide assistance for this package.
If you need to ask for help or make a question about {MODIStsp} functionalities,
refer to the package documentation first,
and check if the topic was already addressed within closed issues.
Then, address remaining doubts to public forums like StackOverflow,
where other users could eventually provide useful ticks.
If you are able to correct a bug, please address your changes in a pull request.
"
issue-pattern: ".*do not autoclose this issue.*"