Skip to content

Commit

Permalink
First version Layout design - XuHu (#40)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Chrostowski <lukasc@ece.ubc.ca>
  • Loading branch information
Aurora-HX and lukasc-ubc authored Oct 2, 2024
1 parent 695eb39 commit 174fb77
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/Comment_on_PR.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
on: pull_request_target

jobs:
Comment_on_PR:
runs-on: ubuntu-latest
name: Leave a comment on the Pull Request
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Comment PR
uses: thollander/actions-comment-pull-request@v2
with:
message: |
Thank you for your pull request! :wave:
2 changes: 1 addition & 1 deletion .github/workflows/run-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
else
if [[ "${{ github.event_name }}" == "pull_request" || "${{ github.event_name }}" == "pull_request_target" ]]; then
# triggered on pull request, get all changed / added files from forked repo
FILES=$(git diff --name-only --diff-filter=ACM FETCH_HEAD | grep -i -E '\.(gds|oas)$' | sed 's|^submissions/||')
FILES=$(git diff --name-only --diff-filter=ACM origin/main...HEAD | grep -i -E '\.(gds|oas)$' | sed 's|^submissions/||')
else
# triggered push, locate the changed / added .gds and .oas files in the submission folder
FILES=$(git diff --name-status --diff-filter=ACM --relative=submissions ${{ github.event.before }} ${{ github.sha }} submissions | grep -i -E '\.(gds|oas)$' | awk '{print $2}')
Expand Down
Binary file added submissions/EBeam_XuHu.gds
Binary file not shown.

0 comments on commit 174fb77

Please sign in to comment.