mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 01:05:42 +03:00
b73032145d
* Enable merge queues * Iterate * Iterate * iterate * Fix check blocked and others not running in MQ * Add concurrency * Iterate * Iterate * Iterate * Iterate * Update pr-details action
11 lines
346 B
YAML
11 lines
346 B
YAML
name: Pull Request
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, edited, labeled, unlabeled, synchronize]
|
|
merge_group:
|
|
types: [checks_requested]
|
|
jobs:
|
|
action:
|
|
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
|
secrets:
|
|
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|