element-desktop/.github/workflows/pull_request.yaml

11 lines
338 B
YAML
Raw Normal View History

2022-05-03 09:39:52 +00:00
name: Pull Request
on:
pull_request_target:
types: [ opened, edited, labeled, unlabeled, synchronize ]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
2022-05-03 09:39:52 +00:00
jobs:
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
with:
labels: "T-Defect,T-Enhancement,T-Task"