You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
steps:
- uses: actions/stale@v1with:
repo-token: ${{ secrets.GITHUB_TOKEN }}days-before-stale: 13days-before-close: 1stale-pr-label: Stalestale-pr-message: "Pull request hasn't had any activity recently. Will be closed tomorrow if it remains like this."
The action has been running for a couple days, and yet none of the PRs marked as stale on the first day were closed on the second day:
Maybe I didn't understand how days-before-close is supposed to work, but isn't it supposed to close things 1 day after the Stale label was added?
(Just to note, there hasn't been any activity on those PRs since the action run)
The text was updated successfully, but these errors were encountered:
We have the action with this configuration:
The action has been running for a couple days, and yet none of the PRs marked as stale on the first day were closed on the second day:
Maybe I didn't understand how
days-before-close
is supposed to work, but isn't it supposed to close things 1 day after theStale
label was added?(Just to note, there hasn't been any activity on those PRs since the action run)
The text was updated successfully, but these errors were encountered: