pull_request.yaml 439 B

123456789101112
  1. name: Pull Request
  2. on:
  3. pull_request_target:
  4. types: [opened, edited, labeled, unlabeled, synchronize]
  5. concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
  6. jobs:
  7. action:
  8. uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
  9. with:
  10. labels: "T-Defect,T-Enhancement,T-Task"
  11. secrets:
  12. ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}