8000 ADMIN: Update stale PR action by dsaxton · Pull Request #36382 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

ADMIN: Update stale PR action #36382

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update stale PR action
  • Loading branch information
dsaxton committed Sep 15, 2020
commit a9d3b38e8248d78fb623b9e6899c937f3d658c80
4 changes: 2 additions & 2 deletions .github/workflows/stale-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-pr-message: "This pull request is stale because it has been open for thirty days with no activity."
skip-stale-pr-message: false
skip-stale-pr-message: true
stale-pr-label: "Stale"
exempt-pr-labels: "Needs Review,Blocked"
exempt-pr-labels: "Needs Review,Blocked,Needs Discussion"
days-before-stale: 30
days-before-close: -1
remove-stale-when-updated: true
Expand Down
0