Skip to content

Pin myst_parser to latest version 3.0.0 #464

Pin myst_parser to latest version 3.0.0

Pin myst_parser to latest version 3.0.0 #464

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: '💬 Thank you for submitting a bug report, our developers will look at the bug and get back to you soon'
pr-message: '🚀 Thank you for submitting a pull request, we`ll get back to you soon after reviewing your code'