Skip to content

Commit 5a1ca02

Browse files
authored
Merge branch 'main' into feat/connect-complaints-to-backend
2 parents 1a2b400 + 36a5046 commit 5a1ca02

File tree

11 files changed

+231
-165
lines changed

11 files changed

+231
-165
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,15 @@
206206
"contributions": [
207207
"code"
208208
]
209+
},
210+
{
211+
"login": "TomRytt",
212+
"name": "Tom Rytt",
213+
"avatar_url": "https://avatars.githubusercontent.com/u/86921461?v=4",
214+
"profile": "https://github.com/TomRytt",
215+
"contributions": [
216+
"code"
217+
]
209218
}
210219
]
211220
}

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12-
reviewers:
13-
- "aviv1620"
1412
open-pull-requests-limit: 3

.github/workflows/deploy-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
body: |
6363
Preview: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.run_number }}/index.html
6464
Preview Storybook: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.run_number }}/storybook/index.html
65+
Test Report (if available): 'https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.head_sha }}/test-results/index.html'
6566
- name: create comment
6667
uses: peter-evans/create-or-update-comment@v1
6768
if: steps.fc.outputs.comment-id == ''
@@ -70,3 +71,4 @@ jobs:
7071
body: |
7172
Preview: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.run_number }}/index.html
7273
Preview Storybook: https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.run_number }}/storybook/index.html
74+
Test Report (if available): 'https://s3.amazonaws.com/noam-gaash.co.il/${{ github.event.workflow_run.id }}/open-bus/${{ github.event.workflow_run.head_sha }}/test-results/index.html'

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
sha: ${{ github.sha }}
128128
token: ${{ secrets.GITHUB_TOKEN }}
129129
description: 'See Playwright test results'
130-
status: success
130+
status: ${{needs.test.result}}
131131
context: 'Test results'
132132
targetUrl: 'https://s3.amazonaws.com/noam-gaash.co.il/${{ github.run_id }}/open-bus/${{ github.sha }}/test-results/index.html'
133133
build-outside-docker:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ https://github.com/hasadna/open-bus-map-search/blob/main/src/model/busStop.ts#L4
8888
<td align="center" valign="top" width="14.28%"><a href="https://github.com/menachem95"><img src="https://avatars.githubusercontent.com/u/105776588?v=4?s=100" width="100px;" alt="menachem95"/><br /><sub><b>menachem95</b></sub></a><br /><a href="#code-menachem95" title="Code">💻</a></td>
8989
<td align="center" valign="top" width="14.28%"><a href="https://github.com/LiadOvdat5"><img src="https://avatars.githubusercontent.com/u/61656328?v=4?s=100" width="100px;" alt="Liad Ovdat"/><br /><sub><b>Liad Ovdat</b></sub></a><br /><a href="#code-LiadOvdat5" title="Code">💻</a></td>
9090
<td align="center" valign="top" width="14.28%"><a href="https://github.com/asidelnik"><img src="https://avatars.githubusercontent.com/u/10272524?v=4?s=100" width="100px;" alt="Amos Sidelnik"/><br /><sub><b>Amos Sidelnik</b></sub></a><br /><a href="#code-asidelnik" title="Code">💻</a></td>
91+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TomRytt"><img src="https://avatars.githubusercontent.com/u/86921461?v=4?s=100" width="100px;" alt="Tom Rytt"/><br /><sub><b>Tom Rytt</b></sub></a><br /><a href="#code-TomRytt" title="Code">💻</a></td>
9192
</tr>
9293
</tbody>
9394
</table>

0 commit comments

Comments
 (0)