Auto Commenter
This actions helps you to automatically create a comment on each comment. The comment can be custom message you created, love messages and memes to spice up and make development funLove Texts
Memes
Custom Messages
Getting Started
Installation
name: Auto Commenter
on:
push:
jobs:
auto-comment-text:
runs-on: ubuntu-latest
steps:
- uses: zt4ff/auto-commmenter@v2
with:
type: love_texts
Usage
When a commit is pushed to the remote repository, this actions create a comment on each commit sha or hash.
The above installation code will auto comment a love test.
Currently, they are three type of comment actions: love_texts
, memes
and custom
Examples
love_texts
name: Auto Commenter
on:
push:
jobs:
auto-comment-text:
runs-on: ubuntu-latest
steps:
- uses: zt4ff/auto-commmenter@v2
with:
type: love_texts
memes
name: Auto Commenter
on:
push:
jobs:
…