mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-18 06:35:35 +08:00
911150846e
* Add CI to improve experience for community * Fix close-if-fork-develop if-condition * Extract into reusable workflow
11 lines
338 B
YAML
11 lines
338 B
YAML
name: Pull Request
|
|
on:
|
|
pull_request_target:
|
|
types: [ opened, edited, labeled, unlabeled, synchronize ]
|
|
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
|
|
jobs:
|
|
action:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
|
with:
|
|
labels: "T-Defect,T-Enhancement,T-Task"
|