ci: add star gratitude workflow #1
This file contains hidden or 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: Star gratitude | ||
| on: | ||
| star: | ||
| types: [created] | ||
| jobs: | ||
| thank-you: | ||
| runs-on: ubuntu-latest | ||
| steps: | ||
| - name: Thank you! | ||
| run: | | ||
| echo "Thanks for starring! 🙏" | ||
| echo "Check out our live demos at https://huggingface.co/my-ai-stack" | ||