404 error when clicking footerlinks of subjects in the footer #158 #36
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
name: pr_Greetings | |
on: [pull_request_target] | |
jobs: | |
greetings: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: KeisukeYamashita/create-comment@v1 | |
with: | |
comment: | | |
Thank you for submitting this pull request. | |
We will review the changes and get in contact with you as soon as possible. |