pull/26786/head
Ivaylo Badinov 2023-09-22 14:12:43 +03:00 committed by Badi Ifaoui
parent 5b4ff9408d
commit fc1aaa0065
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
name: Pull Request
on:
pull_request_target:
#types: [opened, edited, labeled, unlabeled, synchronize]
types: [opened, edited, labeled, unlabeled, synchronize]
branches: [some-branch]
jobs:
action:
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
if: github.repository == 'vector-im/element-web'
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}