feat: deprecate markdown-to-jsx and support Latex in markdown #1561
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: Add PR to Frontend Project | |
on: | |
pull_request: | |
types: | |
- opened | |
- ready_for_review | |
jobs: | |
track_pr: | |
uses: instill-ai/meta/.github/workflows/add-pr-to-prj.yml@main | |
with: | |
project_number: 1 # Frontend Project | |
secrets: | |
botGitHubToken: ${{ secrets.botGitHubToken }} |