GitHub Action
memes on issues action
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: checkout
uses: actions/checkout@v2
- name: mast joke mara
uses: deep5050/memes-on-issues-action@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
See the open issues for a list of proposed features (and known issues).
v1.0.0
Initial release
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 - [email protected]
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.