{"id":13905899,"url":"https://github.com/deep5050/memes-on-issues-action","last_synced_at":"2025-04-30T08:47:38.967Z","repository":{"id":52558664,"uuid":"313314019","full_name":"deep5050/memes-on-issues-action","owner":"deep5050","description":"greet the issue raiser with a custom message and a bonus programming meme :smile:","archived":false,"fork":false,"pushed_at":"2023-10-05T07:15:12.000Z","size":536,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-04-24T04:29:02.362Z","etag":null,"topics":["actions","bot","github-actions","issues","memes"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/deep5050.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-16T13:38:38.000Z","updated_at":"2024-08-07T00:28:57.826Z","dependencies_parsed_at":"2024-08-07T00:57:18.091Z","dependency_job_id":null,"html_url":"https://github.com/deep5050/memes-on-issues-action","commit_stats":{"total_commits":20,"total_committers":1,"mean_commits":20.0,"dds":0.0,"last_synced_commit":"d3b7ad053f57ca85da2e15381647a67c5a075ae2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"deep5050/godfather","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Fmemes-on-issues-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Fmemes-on-issues-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Fmemes-on-issues-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deep5050%2Fmemes-on-issues-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deep5050","download_url":"https://codeload.github.com/deep5050/memes-on-issues-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223780087,"owners_count":17201287,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","bot","github-actions","issues","memes"],"created_at":"2024-08-06T23:01:25.992Z","updated_at":"2024-11-09T02:45:42.795Z","avatar_url":"https://github.com/deep5050.png","language":"JavaScript","funding_links":["https://github.com/sponsors/deep5050","https://paypal.me/deep5050"],"categories":["JavaScript"],"sub_categories":[],"readme":"![memes-on-issues-action](https://socialify.git.ci/deep5050/memes-on-issues-action/image?description=1\u0026descriptionEditable=Greet%20the%20issue%20raiser%20with%20a%20customizable%20message%20and%20a%20bonus%20programming%20meme%20\u0026font=KoHo\u0026forks=1\u0026issues=1\u0026language=1\u0026owner=1\u0026pattern=Brick%20Wall\u0026pulls=1\u0026stargazers=1\u0026theme=Light)\n\n\n## [See demo](https://github.com/deep5050/memes-on-issues-action/issues/1#issuecomment-728134188)\n![demo](https://user-images.githubusercontent.com/27947066/99762392-6812ae00-2b1e-11eb-9e7f-e2040ed0a843.png)\n\n## [subscribe to service updates](https://github.com/deep5050/memes-on-issues-action/issues/2)\n## How to use\n\nCreate a file `.github/workflows/meme.yml` with the following content\n\n```yaml\nname: \"Greet With A Random Meme\"\non:\n  issues:\n    types: [opened, reopened]\n\njobs:\n  test:\n    name: setup environment\n    runs-on: ubuntu-latest\n    steps:\n      - name: memes on isssues\n        uses: deep5050/memes-on-issues-action@main\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n```\n### Custom configuration\n\n```yaml\nname: \"Greet With A Random Meme\"\non:\n  issues:\n    types: [opened, reopened]\n\n\njobs:\n  test:\n    name: setup environment\n    runs-on: ubuntu-latest\n    steps:\n      - name: memes on isssues\n        uses: deep5050/memes-on-issues-action@main\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n          issue_msg: 'Hi {{author}} enjoy this {{meme}}' # change accordingly\n          PR_msg: 'Hi {{author}} enjoy this {{meme}}' # change accordingly\n          allow_owner: true # get meme on your own issue :)\n\n```\n\n\n### Run on Pull requests too\n\nThis action runs on pull requests too\n\n```yaml\nname: \"Greet With A Random Meme\"\non:\n  issues:\n    types: [opened, reopened]\n  pull_request_target:\n    types: [opened, reopened]\n\n\njobs:\n  test:\n    name: setup environment\n    runs-on: ubuntu-latest\n    steps:\n      - name: memes on isssues\n        uses: deep5050/memes-on-issues-action@main\n        with:\n          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}\n\n```\n\n\n## Related action\n\nCheckout [jokes on issues ](https://github.com/deep5050/MastJokeMara)\n\n\u003c!-- ROADMAP --\u003e\n## Roadmap\n\nSee the [open issues](https://github.com/deep5050/memes-on-issues-action/issues) for a list of proposed features (and known issues).\n\n\n## Version History\n\n`v1.0.0` Initial release\n`v1.1.0` Allow owners to get meme too !\n\n\n\u003c!-- CONTRIBUTING --\u003e\n## Contributing\n\nContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\n1. Fork the Project\n2. Create your Feature Branch \n3. Commit your Changes \n4. Push to the Branch \n5. Open a Pull Request\n\n\n## Support\n\nAll Kinds Of Supports Are Welcome :raised_hands:! The Most Basic Way To Show Your Support Is To Star :star2: The Project, Or To Raise Issues :speech_balloon: You Can Also Support This Project By [**becoming a sponsor on GitHub**](https://github.com/sponsors/deep5050) :clap: Or By Making A [**Paypal**](https://paypal.me/deep5050) Donation :)\n\n\u003c!-- LICENSE --\u003e\n## License\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n\n\n\u003c!-- CONTACT --\u003e\n## Contact\n\nDipankar Pal - dipankarpal5050@gmail.com\n\n\n\n## Related Works\n[NaughtyLust](https://github.com/deep5050/NaughtyLust) : Awesome Nautilus Scripts For Linux.\n\n[qikQR](https://github.com/deep5050/qikQR) : Minimal QR Code Generator App Made With Electron.\n\n[cppcheck-action](https://github.com/deep5050/cppcheck-action) : Check Security Flaws In Your C/C++ Codes Right From GitHub Action Workflows.\n\n[autopy-lot](https://github.com/deep5050/autopy-lot) : GitHub Action Setup To Convert Jupyter Notebooks To Python Scripts And Markdowns.\n\n\u003cdiv align=center\u003e\n\u003cp align=center\u003e\u003cimg align=center src=\"https://raw.githubusercontent.com/liyasthomas/templates/master/assets/logo.gif\" alt=\"unicorn\" width=\"400\"\u003e\n\u003c/p\u003e\n\u003cp align=center\u003eHappy Coding\u003c/p\u003e\n  \n\u003cp align=center\u003e\u003cimg align=center  src=\"https://visitor-badge.laobi.icu/badge?page_id=deep5050.memes-on-issues-action\" alt=\"Visitors\"\u003e  \u003c/p\u003e\n\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep5050%2Fmemes-on-issues-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeep5050%2Fmemes-on-issues-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeep5050%2Fmemes-on-issues-action/lists"}