diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 6db9697710b2..2517c3df5744 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,8 +24,5 @@ jobs: days-before-issue-stale: -1 days-before-issue-close: -1 - # Only consider 'community' PRs - only-labels: 'community' - # Delete its branch after closing a PR delete-branch: true