riot-web/.github/workflows/pull_request.yaml

11 lines
373 B
YAML
Raw Normal View History

name: Pull Request
on:
2022-12-09 13:28:29 +01:00
pull_request_target:
types: [opened, edited, labeled, unlabeled, synchronize]
concurrency: ${{ github.workflow }}-${{ github.event.pull_request.head.ref }}
jobs:
2022-12-09 13:28:29 +01:00
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}