-
Updated
Mar 21, 2021 - JavaScript
github-action
Here are 880 public repositories matching this topic...
-
Updated
Mar 21, 2021 - TypeScript
-
Updated
Feb 20, 2021 - TypeScript
-
Updated
Mar 17, 2021 - JavaScript
-
Updated
Aug 16, 2020 - CMake
-
Updated
Mar 21, 2021 - JavaScript
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Mar 4, 2021 - Shell
-
Updated
Feb 13, 2021 - Shell
Hello,
Thanks for working on this!
However, like other actions out there, it'd be cool to let the users set their own custom committer's email address. What do you think about this?
-
Updated
Dec 28, 2020 - JavaScript
I am not sure if this belongs here, but I am having an issue when using this Github Action.
This is the link to the github run that failed:
https://github.com/jampp/migratron/pull/25/checks?check_run_id=456554120
and the content is:
Uploading distributions to https://test.pypi.org/legacy/
Uploading migratron-1.1.0-py3-none-any.whl
0%| | 0.00/30.5k [00:00<?, ?B/s]
100%|
-
Updated
Mar 18, 2021 - TypeScript
-
Updated
Jan 21, 2021 - TypeScript
-
Updated
Mar 19, 2021 - TypeScript
-
Updated
Mar 15, 2021 - JavaScript
-
Updated
Feb 17, 2021 - Shell
-
Updated
Mar 14, 2021 - JavaScript
In a new project I tried to use the lint action against multiple folders, be providing a space separate string to the [linter]_dir parameter (thinking they were passed through directly to the program.
For Flake8, this caused the tool to be reported as not installed:
2021-01-01T00:39:05.7435588Z Installi
-
Updated
Feb 21, 2021 - JavaScript
-
Updated
Jan 9, 2021 - JavaScript
whenever i push it repeats it. really annoying as i keep getting notifications for nothing.
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Mar 20, 2021 - Shell
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Feb 27, 2021 - TypeScript
-
Updated
Mar 18, 2021 - JavaScript
-
Updated
Dec 20, 2020 - JavaScript
Improve this page
Add a description, image, and links to the github-action topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the github-action topic, visit your repo's landing page and select "manage topics."
If I set up "Require branches to be up to date before merging" in the repo, then this action keeps rebasing my PRs, which would be cool if that could retrigger the checks. However, since that's impossible, this becomes more a problem than a help, as it leaves my PR in a waiting forever status.
Would it be possible to disable this feature? Passing
UPDATE_METHOD=nonefor example.