Skip to content

Commit

Permalink
[MNT] deactivate issue management GHA (#2)
Browse files Browse the repository at this point in the history
This PR deactivates issue management GHA jobs for locking and staling
issues.

There are two goals in doing this:

* simplify GitHub actions, reduce maintenance surface
* avoid irreversible actions to issue tracker if maintainers are
inactive
  • Loading branch information
fkiraly authored Feb 9, 2025
1 parent 97649ad commit da2c155
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lock_old_threads.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: 'Lock Old Threads'

on:
schedule:
- cron: '45 1 * * *'
# on:
# schedule:
# - cron: '45 1 * * *'
suspend: true

permissions:
issues: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "30 1 * * *"
# on:
# schedule:
# - cron: "30 1 * * *"

jobs:
stale:
Expand Down

0 comments on commit da2c155

Please sign in to comment.