1
0
mirror of https://github.com/element-hq/element-web.git synced 2026-01-13 10:02:31 +03:00
Files
element-web/.github/workflows/pull_request.yaml
2023-04-06 10:41:32 +01:00

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 }}