mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
10 lines
295 B
YAML
10 lines
295 B
YAML
name: Pull Request
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, edited, labeled, unlabeled, synchronize]
|
|
jobs:
|
|
action:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
|
secrets:
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|