Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
elm
element-web
matrix-js-sdk
Commits
81ff596e
Unverified
Commit
81ff596e
authored
2 years ago
by
RiotRobot
Committed by
GitHub
2 years ago
Browse files
Options
Download
Plain Diff
Merge branch 'develop' into RiotRobot/test1
parents
ad4254d7
5e72ac7f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
5 deletions
+12
-5
.github/workflows/sonarqube.yml
.github/workflows/sonarqube.yml
+11
-4
package.json
package.json
+1
-1
No files found.
.github/workflows/sonarqube.yml
View file @
81ff596e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
package.json
View file @
81ff596e
{
"name"
:
"matrix-js-sdk"
,
"version"
:
"1
8.0.0
"
,
"version"
:
"1
17.2.4
"
,
"description"
:
"Matrix Client-Server SDK for Javascript"
,
"engines"
:
{
"node"
:
">=12.9.0"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment