Skip to content

Commit 5792287

Browse files
committed
workflows
1 parent e53b704 commit 5792287

12 files changed

Lines changed: 51 additions & 635 deletions

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!-- Thanks for submitting a PR! Please ensure the following requirements are met in order for us to review your PR -->
2+
3+
## Content
4+
5+
<!-- Describe shortly what has been changed -->
6+
7+
## Motivation and context
8+
9+
<!-- Provide link to the corresponding issue if applicable or explain the context -->
10+
11+
## Screenshots / GIFs
12+
13+
<!--
14+
15+
You can use a table like this to show screenshots comparison.
16+
Uncomment this markdown table below and edit the last line `|||`:
17+
|copy screenshot of before here|copy screenshot of after here|
18+
19+
|Before|After|
20+
|-|-|
21+
|||
22+
-->
23+
24+
## Tests
25+
26+
<!-- Explain how you tested your development -->
27+
28+
- Step 1
29+
- Step 2
30+
- Step ...
31+
-
32+
33+
## Checklist
34+
35+
- [ ] I have read through [CONTRIBUTING.md](https://github.com/element-hq/element-call/blob/livekit/CONTRIBUTING.md).
36+
- [ ] Pull request includes screenshots or videos if containing UI changes
37+
- [ ] Tests written for new code (and old code if feasible).
38+
- [ ] Linter and other CI checks pass.
39+
- [ ] I have licensed the changes to Element by completing the [Contributor License Agreement (CLA)](https://cla-assistant.io/element-hq/element-call)

.github/workflows/build-and-publish-docker.yaml

Lines changed: 0 additions & 62 deletions
This file was deleted.

.github/workflows/build-element-call.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ on:
1616
default: production
1717
secrets:
1818
SENTRY_ORG:
19-
required: true
19+
required: false
2020
SENTRY_PROJECT:
21-
required: true
21+
required: false
2222
SENTRY_URL:
23-
required: true
23+
required: false
2424
SENTRY_AUTH_TOKEN:
25-
required: true
25+
required: false
2626
CODECOV_TOKEN:
2727
required: false
2828

.github/workflows/build.yaml

Lines changed: 0 additions & 85 deletions
This file was deleted.

.github/workflows/changelog-label.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/deploy-to-netlify.yaml

Lines changed: 0 additions & 94 deletions
This file was deleted.

.github/workflows/pr-deploy.yaml

Lines changed: 0 additions & 68 deletions
This file was deleted.

0 commit comments

Comments
 (0)