2022-05-03 11:39:03 +02:00
|
|
|
name: Pull Request
|
|
|
|
on:
|
2022-12-12 12:24:14 +01:00
|
|
|
pull_request_target:
|
|
|
|
types: [opened, edited, labeled, unlabeled, synchronize]
|
2022-05-30 16:40:26 +02:00
|
|
|
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
2022-05-03 11:39:03 +02:00
|
|
|
jobs:
|
2022-12-12 12:24:14 +01:00
|
|
|
action:
|
|
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
|
|
|
with:
|
|
|
|
labels: "T-Defect,T-Enhancement,T-Task"
|
|
|
|
secrets:
|
|
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|