Create a file .github/workflows/meme.yml
with the following content
name: "Greet With A Random Meme"
on:
issues:
types: [opened, reopened]
jobs:
test:
name: setup environment
runs-on: ubuntu-latest
steps:
- name: memes on isssues
uses: deep5050/memes-on-issues-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: "Greet With A Random Meme"
on:
issues:
types: [opened, reopened]
jobs:
test:
name: setup environment
runs-on: ubuntu-latest
steps:
- name: memes on isssues
uses: deep5050/memes-on-issues-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
issue_msg: 'Hi {{author}} enjoy this {{meme}}' # change accordingly
PR_msg: 'Hi {{author}} enjoy this {{meme}}' # change accordingly
allow_owner: true # get meme on your own issue :)
This action runs on pull requests too
name: "Greet With A Random Meme"
on:
issues:
types: [opened, reopened]
pull_request_target:
types: [opened, reopened]
jobs:
test:
name: setup environment
runs-on: ubuntu-latest
steps:
- name: memes on isssues
uses: deep5050/memes-on-issues-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Checkout jokes on issues
See the open issues for a list of proposed features (and known issues).
v1.0.0
Initial release
v1.1.0
Allow owners to get meme too !
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch
- Commit your Changes
- Push to the Branch
- Open a Pull Request
All Kinds Of Supports Are Welcome 🙌! The Most Basic Way To Show Your Support Is To Star 🌟 The Project, Or To Raise Issues 💬 You Can Also Support This Project By becoming a sponsor on GitHub 👏 Or By Making A Paypal Donation :)
Distributed under the MIT License. See LICENSE
for more information.
Dipankar Pal - dipankarpal5050@gmail.com
NaughtyLust : Awesome Nautilus Scripts For Linux.
qikQR : Minimal QR Code Generator App Made With Electron.
cppcheck-action : Check Security Flaws In Your C/C++ Codes Right From GitHub Action Workflows.
autopy-lot : GitHub Action Setup To Convert Jupyter Notebooks To Python Scripts And Markdowns.