Lark/FeiShu notification bot based on GitHub actions, which is an Open-source alternative of the official GitHub assistant (disabled for new users in FeiShu).
- Push
- Issues
- opened
- reopened
- edited
- transferred
- labeled
- unlabeled
- assigned
- unassigned
- closed
- Pull request
- opened
- reopened
- edited
- labeled
- unlabeled
- assigned
- unassigned
- closed
- Issue comment
- created
- edited
- Release
- published
First, create set up a repository as described below,
then set the Web hook URL of your Lark custom bot to LARK_CHATBOT_HOOK_URL
secret variable in your GitHub repository settings.
Click the Use this template button on the top of this GitHub repository's home page to create your own repository.
NPM compatible environment for example:
npm i pnpm -g
cd /path/to/your/git/repository/root
folders=".github/workflows .github/scripts"
for folder in $folders; do
mkdir -p $folder
cd $folder
pnpx get-git-folder https://github.com/idea2app/Lark-GitHub-bot main $folder
cd -
done