Skip to content

consider move to {earthdatalogin}, (or httr2 and bearer_token) for authorization #40

consider move to {earthdatalogin}, (or httr2 and bearer_token) for authorization

consider move to {earthdatalogin}, (or httr2 and bearer_token) for authorization #40

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.*"