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
name: "Mark stale PR"
on:
schedule:
- cron: "0 0 1 * *"
workflow_dispatch:
jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
stale-pr-message: "This PR hasn't received any updates in two weeks. We will mark this PR as `review needed`, purely to bring attention to our reviewers. It will not be closed automatically."
days-before-stale: -1
days-before-close: -1
days-before-pr-stale: 14
remove-pr-stale-when-updated: true
The text was updated successfully, but these errors were encountered:
Hi, I wouldn't suggest bringing back the stale action even in a fine-tuned way given the previous experiences we had with it, since some PRs are intentionally left unmerged/unreviewed for a while due to various reasons like waiting for author's feedback, etc.
If others think this is required, then I would suggest adding a review-required label alone rather than commenting.
Looking at the bunch of PRs we sometimes have, and the small amount of PRs that are intentionally left unmerged/unreviewed, I still would suggest to add this. We could only add a label to the configuration.
https://github.com/actions/stale
The text was updated successfully, but these errors were encountered: