We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4280ef commit a0140d0Copy full SHA for a0140d0
.github/workflows/close-stalled.yml
@@ -32,7 +32,5 @@ jobs:
32
only-labels: stalled
33
# max requests it will send per run to the GitHub API before it deliberately exits to avoid hitting API rate limits
34
operations-per-run: 500
35
- # deactivates automatic removal of stalled label if issue gets any activity
36
- remove-stale-when-updated: false
37
# deactivates automatic stale labelling as we prefer to do that manually
38
days-before-stale: -1
0 commit comments