GitHub repository started notify 💕
当有人标星(Star)时,发送邮件提醒。
- 将 .github/workflows/started_notify.yml
文件复制到需要提醒标星的项目
.github/workflows/
目录(没有就创建)下 - 设置接收通知的邮箱, 以下方式二选一
- 添加
NOTIFY_EMAIL
secret: 接收邮件的邮箱, 参考 Actions secrets - 修改
started_notify.yml
: 将 ${{secrets.NOTIFY_EMAIL}} 替换成接收提醒邮件的邮箱地址。eg:xxx@qq.com
- 添加