https://github.com/imjohnbo/dear-santa-action
Write to Santa 🎅 and he'll respond with just the right Christmas greeting 🎄
https://github.com/imjohnbo/dear-santa-action
christmas github-actions
Last synced: 3 months ago
JSON representation
Write to Santa 🎅 and he'll respond with just the right Christmas greeting 🎄
- Host: GitHub
- URL: https://github.com/imjohnbo/dear-santa-action
- Owner: imjohnbo
- License: mit
- Created: 2019-12-19T01:50:38.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:28:23.000Z (over 2 years ago)
- Last Synced: 2025-07-26T14:45:30.761Z (3 months ago)
- Topics: christmas, github-actions
- Language: JavaScript
- Homepage:
- Size: 238 KB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dear Santa Action 🎅
> Write to Santa 🎅 and he'll respond with just the right Christmas greeting 🎄
Ever wanted to send your wishlist to Santa from the comfort of your GitHub repository? Well, now you can! 🤓 🎉
Santa's on GitHub! Just type `Dear Santa` in an issue followed by the gifts you've been hoping and wishing for all year. He'll send a prompt response but is particularly keen on green GitHub Actions builds... have you been naughty or nice this year? ✅ ❌
## Usage
```yaml
name: "Dear Santa"
on:
issue_comment:
issues:
types: [opened, edited]jobs:
dear-santa:
runs-on: ubuntu-latest
steps:
- uses: imjohnbo/dear-santa-action@v1
```## Contributing
Pull requests welcome!
## License
[MIT](LICNESE)