Daily Dev Jokes
Version updated for https://github.com/ahmadreza-log/daily-dev-jokes to version v1.0.0.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action, “Daily Dev Jokes,” automatically updates a repository’s README file with a random developer joke sourced from closed issues in a centralized repository. It simplifies the process of adding humor to a profile or project by automating the selection, formatting, and inclusion of jokes on a scheduled basis. Key features include customizable formatting, label-based filtering, and optional meme image support, making it a fun and engaging tool for keeping repositories dynamic and entertaining.
Release notes
What’s Changed
- 🔧 Add manual trigger to release workflow
- 📝 Shorten action description for GitHub Marketplace
- 📚 Add GitHub Marketplace submission guide
- 🚀 Add automatic release workflow and prepare for GitHub Marketplace
- Change action icon from ‘smile’ to ‘book-open’
- 🔧 Fix markdown blockquote line breaks
- 🎨 Update joke format to simpler style
- 📚 Update README with SOURCE_REPO explanation
- ✨ Add SOURCE_REPO input to fetch jokes from different repository
- 🔧 Fix: Add pre script to install dependencies
- 📦 Add compiled dist files for GitHub Action
- ✨ Convert to reusable GitHub Action
- 🌐 Translate README to English
- 📚 Add comprehensive setup and configuration guide
- ♻️ Refactor: Convert all code from camelCase to PascalCase
- 🎉 Initial commit: Daily Dev Jokes automation with TypeScript
Full Changelog: https://github.com/ahmadreza-log/daily-dev-jokes/compare/HEAD...v1.0.0