Upgraded samples for OAuth samples #50
Workflow file for this run
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: | |
jobs: | |
pr-comment: | |
name: Alert to check tutorials | |
runs-on: ubuntu-latest | |
env: | |
GITHUB_TOKEN: ${{ secrets.SOLACE_BOT }} | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: mshick/add-pr-comment@v2 | |
with: | |
message: | | |
Hi there! 👋 | |
Thanks for your PR. Please check if your the changes in this PR are referenced on https://tutorials.solace.dev/ | |
If they are, please update: | |
1. The commit number in the [gatsby-config.js](https://github.com/SolaceDev/solace-dev-tutorials/blob/master/gatsby-config.js) file | |
1. Update the lines of code referenced in `src/pages/tutorials/{language}/{tutorial.md}` file in the `embed:{Lang}-Samples/{path/to/file}#L{start_line}-{end_line}` section |