Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

lock.yml

vendor/mglaman/phpstan-drupal/lock.yml

File

vendor/mglaman/phpstan-drupal/lock.yml

View source
  1. name: 'Lock Threads'
  2. on:
  3. schedule:
  4. - cron: '0 0 * * *'
  5. workflow_dispatch:
  6. permissions:
  7. issues: write
  8. pull-requests: write
  9. concurrency:
  10. group: lock
  11. jobs:
  12. action:
  13. runs-on: ubuntu-latest
  14. steps:
  15. - uses: dessant/lock-threads@v3
  16. with:
  17. issue-inactive-days: '31'
  18. issue-comment: >
  19. This thread has been automatically locked since there has not been
  20. any recent activity after it was closed. Please open a new issue for
  21. related bugs.
  22. issue-lock-reason: 'resolved'
  23. process-only: 'issues'
  24. log-output: true
RSS feed
Powered by Drupal