Blokada wątków #1502
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Blokada wątków' | |
on: | |
schedule: | |
- cron: '0 0 * * *' | |
jobs: | |
lock: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
steps: | |
- uses: dessant/lock-threads@v5 | |
with: | |
github-token: ${{ github.token }} | |
issue-inactive-days: '40' | |
exclude-issue-created-before: '' | |
exclude-any-issue-labels: '' | |
add-issue-labels: '' | |
issue-comment: 'Ten wątek został automatycznie zablokowany, ponieważ po jego zamknięciu nie było żadnej aktywności. Proszę otworzyć nowe zgłoszenie dla powiązanych problemów.' | |
issue-lock-reason: 'resolved' | |
pr-inactive-days: '365' | |
exclude-pr-created-before: '' | |
exclude-any-pr-labels: '' | |
add-pr-labels: '' | |
pr-comment: '' | |
pr-lock-reason: 'resolved' | |
process-only: 'issues' |