mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04: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 }}
|