Skip to content

New auth strategy: token-only #2400

New auth strategy: token-only

New auth strategy: token-only #2400

Workflow file for this run

name: "Issue Manager"
on:
schedule:
- cron: "0 0 * * *"
issue_comment:
types:
- "created"
issues:
types:
- "labeled"
pull_request_target:
types:
- "labeled"
jobs:
issue-manager:
runs-on: "ubuntu-latest"
steps:
- uses: "tiangolo/issue-manager@0.5.0"
with:
token: "${{ secrets.GITHUB_TOKEN }}"
config: >
{
"feedback requested": {
"delay": 864000,
"message": "Closing after 10 days of waiting for feedback. If you feel this was in error, please re-open, `@` a maintainer, or create new issues."
}
}