Submitting additional files _Y.gds and _Z.gds #403
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | |