diff options
author | vaxerski <[email protected]> | 2024-01-05 12:40:13 +0100 |
---|---|---|
committer | vaxerski <[email protected]> | 2024-01-05 12:40:18 +0100 |
commit | d3acf8da3be048647d19251dcceaed470c199cd2 (patch) | |
tree | 070de9c3189f51b66f0762d7038b43b1fa8c4bd8 /.github | |
parent | aeeeace102c14ea0ab4df6840ee225e1b14ea970 (diff) | |
download | Hyprland-d3acf8da3be048647d19251dcceaed470c199cd2.tar.gz Hyprland-d3acf8da3be048647d19251dcceaed470c199cd2.zip |
CI: don't close stale issues
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/stale.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8955517f..51f6b91e 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -25,3 +25,4 @@ jobs: stale-issue-label: 'stale' stale-pr-label: 'stale' operations-per-run: 40 + days-before-close: -1 |