dependent-issues.yaml 700 B

1234567891011121314151617181920212223242526272829303132
  1. # Part of the Carbon Language project, under the Apache License v2.0 with LLVM
  2. # Exceptions. See /LICENSE for license information.
  3. # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
  4. name: Dependent Issues
  5. on:
  6. issues:
  7. types:
  8. - opened
  9. - edited
  10. - reopened
  11. pull_request_target:
  12. types:
  13. - opened
  14. - edited
  15. - reopened
  16. - synchronize
  17. schedule:
  18. - cron: '0 0 * * *' # daily
  19. jobs:
  20. check:
  21. runs-on: ubuntu-latest
  22. steps:
  23. - uses: z0al/dependent-issues@v1
  24. env:
  25. GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
  26. with:
  27. label: dependent
  28. check_issues: on
  29. keywords: depends on, blocked by