reasign.yml 714 B

123456789101112131415161718192021222324
  1. # Copyright Broadcom, Inc. All Rights Reserved.
  2. # SPDX-License-Identifier: APACHE-2.0
  3. # NOTE: This workflow is maintained in the https://github.com/bitnami/support repository
  4. name: '[Support] Review based card movements'
  5. on:
  6. pull_request_target:
  7. types:
  8. - labeled
  9. issues:
  10. types:
  11. - labeled
  12. permissions:
  13. contents: read
  14. pull-requests: write
  15. issues: write
  16. # Avoid concurrency over the same issue
  17. concurrency:
  18. group: card-movement-${{ github.event.issue != null && github.event.issue.number || github.event.number }}
  19. jobs:
  20. call-reasign-workflow:
  21. if: ${{ github.repository_owner == 'bitnami' }}
  22. uses: bitnami/support/.github/workflows/item-labeled.yml@main
  23. secrets: inherit