All Projects → justjavac → Auto Green

justjavac / Auto Green

Licence: mit
自动保持 GitHub 提交状态常绿 a commit every day, keep your girlfriend far away.

Projects that are alternatives of or similar to Auto Green

Note
常规Java工具,算法,加密,数据库,面试题,源代码分析,解决方案
Stars: ✭ 1,846 (+1025.61%)
Mutual labels:  utils
Alize
Visualize Your Github Profile
Stars: ✭ 148 (-9.76%)
Mutual labels:  github-api
React Children Utilities
Extended utils for ⚛️ React.Children data structure that adds recursive filter, map and more methods to iterate nested children.
Stars: ✭ 154 (-6.1%)
Mutual labels:  utils
Chronicler
A better way to write your release notes.
Stars: ✭ 138 (-15.85%)
Mutual labels:  github-api
Monkey
Monkey is an unofficial GitHub client for iOS,to show the rank of coders and repositories.
Stars: ✭ 1,765 (+976.22%)
Mutual labels:  github-api
Pine Utils
Code Snippets + Tricks & Tips to help Pine Script developers
Stars: ✭ 149 (-9.15%)
Mutual labels:  utils
Git Pull Request
git command to automatically pull github pull requests into their own branch
Stars: ✭ 132 (-19.51%)
Mutual labels:  github-api
Codehub
A UWP GitHub Client
Stars: ✭ 162 (-1.22%)
Mutual labels:  github-api
Rxtool
Android开发人员不得不收集的工具类集合 | 支付宝支付 | 微信支付(统一下单) | 微信分享 | Zip4j压缩(支持分卷压缩与加密) | 一键集成UCrop选择圆形头像 | 一键集成二维码和条形码的扫描与生成 | 常用Dialog | WebView的封装可播放视频 | 仿斗鱼滑动验证码 | Toast封装 | 震动 | GPS | Location定位 | 图片缩放 | Exif 图片添加地理位置信息(经纬度) | 蛛网等级 | 颜色选择器 | ArcGis | VTPK | 编译运行一下说不定会找到惊喜
Stars: ✭ 11,567 (+6953.05%)
Mutual labels:  utils
Gh
Minimalistic GitHub API client in R
Stars: ✭ 153 (-6.71%)
Mutual labels:  github-api
Ramda Extension
🤘Utility library for functional JavaScript. With ❤️ to Ramda.
Stars: ✭ 139 (-15.24%)
Mutual labels:  utils
Githunt Angular
An Apollo with Angular full-stack example app: vote for your favorite GitHub repos!
Stars: ✭ 144 (-12.2%)
Mutual labels:  github-api
Php Github Api
A simple PHP GitHub API client, Object Oriented, tested and documented.
Stars: ✭ 1,914 (+1067.07%)
Mutual labels:  github-api
Github Audio
Listen to music generated by events happening across GitHub 🎷
Stars: ✭ 1,712 (+943.9%)
Mutual labels:  github-api
Gh Got
Convenience wrapper for Got to interact with the GitHub API
Stars: ✭ 156 (-4.88%)
Mutual labels:  github-api
Gas Github
sync gas code to github
Stars: ✭ 2,069 (+1161.59%)
Mutual labels:  github-api
Rambdax
Extended version of Rambda
Stars: ✭ 148 (-9.76%)
Mutual labels:  utils
Awesome Github
A curated list of awesome GitHub guides, articles, sites, tools, projects and resources. 收集这个列表,只是为了更好地使用GitHub,欢迎提交pr和issue。
Stars: ✭ 1,962 (+1096.34%)
Mutual labels:  github-api
Onestlatech.github.io
✊ Manifeste des travailleuses et travailleurs du numérique pour une autre réforme des retraites
Stars: ✭ 157 (-4.27%)
Mutual labels:  github-api
Starring
⭐️ Automatically star the npm-packages that you are using on GitHub.
Stars: ✭ 153 (-6.71%)
Mutual labels:  github-api

auto-green

Build Status

自动保持 GitHub 提交状态常绿。

a commit a day keeps your girlfriend away.

原理

使用 GitHub Actions 的定时任务功能,每隔一段时间自动执行 git commit,提交信息为 "a commit a day keeps your girlfriend away",灵感来自知乎问题在 GitHub 上保持 365 天全绿是怎样一种体验?下某匿名用户的回答:

曾经保持了 200 多天全绿,但是冷落了女朋友,一直绿到现在。

使用

  • 点右上角 Use this template 按钮复制本 GitHub 仓库,⚠️ 千万不要 Fork,因为 fork 项目的动态并不会让你变绿 ⚠️
  • 修改 ci.yml 文件的第 19、20 行 为自己的 GitHub 账号和昵称
  • (可选) 你可以通过修改 ci.yml 文件的第 8 行来调整频率

计划任务语法有 5 个字段,中间用空格分隔,每个字段代表一个时间单位。

┌───────────── 分钟 (0 - 59)
│ ┌───────────── 小时 (0 - 23)
│ │ ┌───────────── 日 (1 - 31)
│ │ │ ┌───────────── 月 (1 - 12 或 JAN-DEC)
│ │ │ │ ┌───────────── 星期 (0 - 6 或 SUN-SAT)
│ │ │ │ │
│ │ │ │ │
│ │ │ │ │
* * * * *

每个时间字段的含义:

符号 描述 举例
* 任意值 * * * * * 每天每小时每分钟
, 值分隔符 1,3,4,7 * * * * 每小时的 1 3 4 7 分钟
- 范围 1-6 * * * * 每小时的 1-6 分钟
/ */15 * * * * 每隔 15 分钟

:由于 GitHub Actions 的限制,如果设置为 * * * * * 实际的执行频率为每 5 分执行一次。

License

auto-green is released under the MIT License. See the bundled LICENSE file for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].