Dear Santa Action
ActionsTags
Β (1)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 promptly respond with a (random) reply.
name: "Dear Santa"
on:
issue_comment:
issues:
types: [opened, edited]
jobs:
dear-santa:
runs-on: ubuntu-latest
steps:
- uses: imjohnbo/dear-santa-action@v1.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Pull requests welcome!
Dear Santa Action is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.