Matrix Docker Ansible eploy
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

30 satır
622 B

  1. # SPDX-FileCopyrightText: 2017 - 2023 Armin Sebastian
  2. #
  3. # SPDX-License-Identifier: MIT
  4. ---
  5. name: 'Lock Threads'
  6. on: # yamllint disable-line rule:truthy
  7. # Use this to do a dry run from a pull request
  8. # pull_request:
  9. schedule:
  10. - cron: '0 * * * *'
  11. workflow_dispatch:
  12. permissions:
  13. issues: write
  14. pull-requests: write
  15. concurrency:
  16. group: lock-threads
  17. jobs:
  18. action:
  19. if: github.repository == 'spantaleev/matrix-docker-ansible-deploy'
  20. runs-on: ubuntu-latest
  21. steps:
  22. - uses: dessant/lock-threads@v6
  23. with:
  24. add-issue-labels: 'outdated'
  25. process-only: 'issues, prs'