Ensure that the transition:animate="none" example is technically correct #4649
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
name: WelcomeBot | |
on: | |
pull_request_target: | |
branches: [main] | |
types: [opened] | |
permissions: | |
pull-requests: write | |
jobs: | |
welcome: | |
name: Welcome First Time Contributors | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: zephyrproject-rtos/action-first-interaction@7e6446f8439d8b4399169880c36a3a12b5747699 | |
with: | |
repo-token: ${{ secrets.FREDKBOT_GITHUB_TOKEN }} | |
pr-opened-message: | | |
Hello! Thank you for opening your **first PR** to Astro’s Docs! 🎉 | |
Here’s what will happen next: | |
1. Our GitHub bots will run to check your changes. | |
If they spot any broken links you will see some error messages on this PR. | |
Don’t hesitate to ask any questions if you’re not sure what these mean! | |
2. In a few minutes, you’ll be able to see a preview of your changes on Netlify 🥳. | |
3. One or more of our maintainers will take a look and may ask you to make changes. | |
We try to be responsive, but don’t worry if this takes a few days. |