Skip to content

Commit

Permalink
Update PullRequest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc authored May 9, 2024
1 parent 388be52 commit 3bf7995
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions .github/workflows/PullRequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,20 @@ jobs:
steps:
- name: Checkout, Generate message
uses: actions/checkout@v4
#- run: |
#SCRIPT_OUTPUT=$(cat << EOF
#Thank you for uploading your design!
#EOF
#)
#echo "SCRIPT_OUTPUT<<EOF" >> $GITHUB_ENV
#echo "$SCRIPT_OUTPUT" >> $GITHUB_ENV
#echo "EOF" >> $GITHUB_ENV
- run: |
SCRIPT_OUTPUT=$(cat << EOF
Thank you for uploading your design!
If you have not already checked it, please run the SiEPIC Functional Verification in KLayout, using the menu SiEPIC-Verification-Functional Layout Check (V).
Please note that we have added a new rule (on May 2, 2024) to SiEPIC-Tools and the EBeam PDK: The grating coupler spacing (pitch) must be at least 60.0 microns. This is to help avoid the probe station from accidentally aligning to an adjacent circuit.
You may continue making updates to your design, or even contributing additonal designs (using a separate file name), until the tape-out deadline.
EOF
)
echo "SCRIPT_OUTPUT<<EOF" >> $GITHUB_ENV
echo "$SCRIPT_OUTPUT" >> $GITHUB_ENV
echo "EOF" >> $GITHUB_ENV
- uses: actions/github-script@v6
with:
Expand All @@ -38,14 +44,5 @@ jobs:
unique: true,
owner: context.repo.owner,
repo: context.repo.repo,
#body: `${{env.SCRIPT_OUTPUT}}`
body: `
Thank you for uploading your design!
If you have not already checked it, please run the SiEPIC Functional Verification in KLayout, using the menu SiEPIC-Verification-Functional Layout Check (V).
Please note that we have added a new rule (on May 2, 2024) to SiEPIC-Tools and the EBeam PDK: The grating coupler spacing (pitch) must be at least 60.0 microns. This is to help avoid the probe station from accidentally aligning to an adjacent circuit.
You may continue making updates to your design, or even contributing additonal designs (using a separate file name), until the tape-out deadline.
`
body: `${{env.SCRIPT_OUTPUT}}`
})

0 comments on commit 3bf7995

Please sign in to comment.