Unverified Commit 81ff596e authored by RiotRobot's avatar RiotRobot Committed by GitHub
Browse files

Merge branch 'develop' into RiotRobot/test1

parents ad4254d7 5e72ac7f
......@@ -11,10 +11,17 @@ jobs:
prdetails:
name: ℹ️ PR Details
if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request'
uses: matrix-org/matrix-js-sdk/.github/workflows/pr_details.yml@develop
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
runs-on: ubuntu-latest
steps:
- id: details
uses: matrix-org/pr-details-action@v0.0.1
with:
owner: ${{ github.event.workflow_run.head_repository.owner.login }}
branch: ${{ github.event.workflow_run.head_branch }}
outputs:
pr_id: steps.details.pr_id
head_branch: steps.details.head_branch
base_branch: steps.details.base_branch
sonarqube:
name: 🩻 SonarQube
......
{
"name": "matrix-js-sdk",
"version": "18.0.0",
"version": "117.2.4",
"description": "Matrix Client-Server SDK for Javascript",
"engines": {
"node": ">=12.9.0"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment