Skip to content

Commit

Permalink
ci: auto close stale translations discussions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdvlpr authored Jan 27, 2025
1 parent 1a61f58 commit 6a13b34
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ jobs:
close-unanswered: 'true'
category: 'ideas'
close-reason: 'OUTDATED'
close-stale-translations-discussions:
runs-on: ubuntu-latest
permissions:
discussions: write
steps:
- name: Close stale Translations discussions
uses: steffen-karlsson/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: 'This discussion has automatically been closed due to inactivity. If this is still relevant, please open a new discussion.'
days-before-close: '30'
close-unanswered: 'true'
category: 'translations'
close-reason: 'OUTDATED'

0 comments on commit 6a13b34

Please sign in to comment.