mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
911150846e
* Add CI to improve experience for community * Fix close-if-fork-develop if-condition * Extract into reusable workflow
10 lines
338 B
YAML
10 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"
|