Skip to content

Close issues with needinfo and remove the label on updates #1381

Close issues with needinfo and remove the label on updates

Close issues with needinfo and remove the label on updates #1381

Workflow file for this run

name: "Close issues with needinfo and remove the label on updates"
on:
schedule:
- cron: "0 0 * * *"
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: -1
days-before-close: 14
stale-issue-label: needinfo