diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7099050e65..11c5077c76 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,5 +16,4 @@ jobs: stale-pr-message: "This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs." days-before-stale: 60 # Revert to 60 days days-before-close: 7 # Revert to 7 days - stale-issue-label: "stale" - ignore-issue-labels: ["pinned", "security"] \ No newline at end of file + stale-issue-label: "stale" \ No newline at end of file