2022-05-13 19:51:22 +02:00
|
|
|
name: Pull Request
|
|
|
|
on:
|
|
|
|
pull_request_target:
|
|
|
|
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
2022-05-30 16:40:33 +02:00
|
|
|
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
2022-05-13 19:51:22 +02:00
|
|
|
jobs:
|
2022-06-08 12:43:55 +02:00
|
|
|
action:
|
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
|
|
|
with:
|
|
|
|
labels: "T-Defect,T-Enhancement,T-Task"
|
2022-06-08 14:08:36 +02:00
|
|
|
secrets:
|
|
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|