more CI/CD

pull/26786/head
Ivaylo Badinov 2023-09-22 14:03:39 +03:00 committed by Badi Ifaoui
parent 61399e6a86
commit 6a28ca6859
3 changed files with 11 additions and 0 deletions

View File

@ -15,6 +15,7 @@ jobs:
# See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target.
if: >
github.event.pull_request.merged
&& github.repository == 'vector-im/element-web'
&& (
github.event.action == 'closed'
|| (

View File

@ -5,5 +5,6 @@ on:
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 }}

View File

@ -0,0 +1,9 @@
name: Upgrade Dependencies
on:
workflow_dispatch: {}
jobs:
upgrade:
uses: matrix-org/matrix-js-sdk/.github/workflows/upgrade_dependencies.yml@develop
if: github.repository == 'vector-im/element-web'
secrets:
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}