An open API service indexing awesome lists of open source software.

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 🎄

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)