another version of flood it! game
cakeinpanic/curl-data-extractor 3
online utility to extract cURL params
BioPhoton/angular-change-detection 2
Examples and demos on Angular's change detection mechanism
Flood it game on React
cakeinpanic/1hour-tic-tac-toe 0
i made this in total ~1:30 hours for practice (JQuery)
A small clone of 1024 (https://play.google.com/store/apps/details?id=com.veewo.a1024)
cakeinpanic/actions-label-merge-conflict 0
GitHub action that adds a label once a PR has merge conflicts
push eventcakeinpanic/ludum-dare-53
commit sha fa734cd07c7edb1b12319be7fbd0b1178481ab6d
add better texting
push time in 21 days
pull request commentconventional-changelog/conventional-changelog
fix: add possibility to provide custom flags to commit fetcher
@dangreen please release a new version, I need to use these changes in our production :)
comment created time in a month
issue openedfiddlermikey/action-merge-json
Hi, great action!
I'm trying to use it in my project to add dependencies to my package.json
, but now they are getting fully replaced
Would be cool to have an input to optionally merge objects Current behaviour:
"devDependencies": {
- "globby": "^13.1.4",
+ "husky": "7.0.4"
},
desired behaviour:
"devDependencies": {
"globby": "^13.1.4",
+ "husky": "7.0.4"
},
when input file is
{
"devDependencies": {
"husky": "7.0.4"
}
}
created time in a month
push eventcakeinpanic/release-it
commit sha 4617e8a058cb25b34f41354af66b396ff58fa0b0
Merge branch 'release-it:main' into main
push time in a month
push eventcakeinpanic/release-it
commit sha 46fc8fa81f77e328da482852d5159e883028a459
feat: don't release a new version if plugin returned null (#1004)
commit sha ca1e162f5f5f0f302b8f4e85d6a1a4caece20967
Release 15.10.3
commit sha 6611db106dcce77cf0d9b345cab8903de4791f76
Merge branch 'release-it:main' into main
push time in a month
push eventcakeinpanic/release-it
commit sha 231bbef58332b5dc6fb0685eb0a83ff12473bf9b
feat: add shouldRelease method to plugins
commit sha f56b6ec7a35a3b936423f3eb2a418cfdd05251f0
Merge branch 'main' of https://github.com/cakeinpanic/release-it
push time in a month
pull request commentfergusmacd/github-actions-usage
feature: add option to not output repos which had 0 minutes used
great, thank you! can you please release a new version?
comment created time in a month
push eventcakeinpanic/github-actions-usage
commit sha 0e58e039e833222c8124046c8f46bdb1cbe6cdc3
feat: dont output empty lines
push time in a month
pull request commentfergusmacd/github-actions-usage
feature: add option to not output repos which had 0 minutes used
@mononokehime hi! please take a look
comment created time in a month
PR opened fergusmacd/github-actions-usage
Description
Hi! This is a great action I'd like to use in my organization. But we have about 1000 repos, and only 200 are using GHA. So the log is huuuuge and it's hard to navigate inside of it. So I have added additional input to optionally print only repos with more than 0 minutes usage
Type of change
feature
How Has This Been Tested?
I tested it locally & using built-in test aciton(great idea to have one) on my organization
Checklist:
- [x] I have performed a self-review of my own code
- [x] I have made changes to the documentation
- [x] I have added tests that prove my fix is effective or that my feature works
- [x] I have labelled my PR
pr created time in a month
push eventcakeinpanic/github-actions-usage
push time in a month
push eventcakeinpanic/github-actions-usage
commit sha 24a11af346d96a96a3cddcf14127a7c839ccb585
skip
push time in a month
push eventcakeinpanic/github-actions-usage
commit sha d053a92bfccd9520de3e02cd0651a397a85150c5
feat: dont output empty lines
push time in a month
push eventcakeinpanic/github-actions-usage
commit sha 16f22b3819feeb38ba838e2ea1bbc00a172ce230
feat: dont output empty lines
push time in a month
fork cakeinpanic/github-actions-usage
Project that checks the billable minutes of GitHub actions by repo and workflow, then outputs to the console.
fork in a month
push eventYotpoLtd/github-actions-usage
commit sha 16f22b3819feeb38ba838e2ea1bbc00a172ce230
feat: dont output empty lines
push time in a month
issue commentcakeinpanic/jira-description-action
Found or not found? & Circular structure
Hi, I believe it's related to the way you build a jira-token
, it's supposed to have a format of username:API_TOKEN
https://github.com/cakeinpanic/jira-description-action#jira-token
Can you please make sure you are using it in this format?
In any way this error should be processed correctly in the future, I'd add a fix some time later
comment created time in a month
startedfergusmacd/github-actions-usage
started time in a month
push eventcakeinpanic/ludum-dare-53
commit sha a16642886177fd01900b446e4a5f6f7f0f2ed0e6
unmute by def
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha 671c2fcd37e4632ab0f1592174a99b07f190cdc0
render only available rooms
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha a9613611d2c73d7bff40f06a31ee91934b9749a5
smaller images
commit sha 186b37d937b42282c9654f6dbc7955af5a1d9399
Merge branch 'master' of github.com:cakeinpanic/ludum-dare-53
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha 7a99a0ea2779289606308c04bec738c6cf10a0b5
Update README.md
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha 3ff0d740f8edceddbd5dd9eb318910f449457ca0
move helptext
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha 8d11272577088f53bd88e779a84dbb05517fb20a
make phone ratio
push time in a month
push eventcakeinpanic/ludum-dare-53
commit sha b9c6bb20aa5b9ae084ce9028420a785b9d03613e
prevent img dragging
push time in a month
pull request commentrelease-it/release-it
Skip version release if plugin `getIncrementedVersion` return null
Hi, @webpro, please take a look :)
comment created time in a month
PR opened release-it/release-it
Hi! Love this package, using it in our CI infrastructure!
Added a small change to support case when plugin returns null in getIncrementedVersion
(this is possible, example one, example two)
pr created time in a month
push eventcakeinpanic/release-it
commit sha 8b58e70494d11dd6eeb827aa57a6e908f6fbd244
Add remark + preset and auto-format docs
commit sha 280330335b6613bb9c173ffa6b1f222daf95472f
Add monorepo recipe
commit sha 812be4908d75593eec4b78a932988a55be41784b
Update dependencies
commit sha 5598ef8fba2f4a75f0d82d17d57d2aea45a60f4f
Add link to monorepo recipe in npm docs
commit sha 7619d97ded1b27db7f29966435b18779bd66d9a6
Add link to experimental release-it KB
commit sha 68cb03e74d8e3c0d012bc0f2df18633909699572
Release 15.10.2
commit sha cd271db8b10ef1c48155fe6a08bab954ca6ae295
Merge branch 'release-it:main' into main
push time in a month
push eventcakeinpanic/release-it
commit sha 2f8ca006e0cc347fa95d85a59df13ed9acbe494a
feat: don't release a new version if plugin returned null
push time in a month