element-desktop/.github/workflows/pull_request.yaml

13 lines
365 B
YAML
Raw Permalink Normal View History

2022-05-03 10:39:52 +01:00
name: Pull Request
on:
2022-12-15 11:00:58 +00:00
pull_request_target:
types: [opened, edited, labeled, unlabeled, synchronize]
permissions: {}
2022-05-03 10:39:52 +01:00
jobs:
2022-12-15 11:00:58 +00:00
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
permissions:
pull-requests: write
2022-12-15 11:00:58 +00:00
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}