DEV Community

Kayode
Kayode

Posted on

3 2

Auto comment memes, love texts or any custom message on your Github Workflow with Github Actions

My Workflow

I created a github action to create auto comment of three different kinds, which includes a love_text for the single folks, a meme (GIFS) or a custom message that suppost Githuub Markdown syntax.
auto-commenter

How Can it help you.

  • you can add fun to your open source project and have the single folks trooping in to get some sweet selected love text 😆.
  • you can include selected memes fun the 10+ year memes experience from the community
  • or you can include a custom message.

Submission Category:

Wacky Wildcards

Yaml File or Link to Code

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 fun

Love Texts

love_test

Memes

gifs

Custom Messages

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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

memes

name: Auto Commenter
on:
  push:

jobs:
  
Enter fullscreen mode Exit fullscreen mode

Additional Resources / Info

auto-commenter on Github Actions Marketplace

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more