-
Updated
Oct 9, 2020 - TypeScript
github-action
Here are 732 public repositories matching this topic...
-
Updated
Sep 23, 2020 - TypeScript
-
Updated
Aug 16, 2020 - CMake
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 6, 2020 - Shell
-
Updated
Oct 1, 2020 - JavaScript
-
Updated
Jun 15, 2020 - Shell
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
Jul 18, 2020 - JavaScript
-
Updated
Oct 3, 2020 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Oct 8, 2020 - TypeScript
-
Updated
Sep 30, 2020 - JavaScript
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
whenever i push it repeats it. really annoying as i keep getting notifications for nothing.
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Oct 7, 2020 - Shell
-
Updated
Sep 11, 2020 - Shell
-
Updated
Jul 19, 2020 - Shell
-
Updated
Oct 1, 2020 - TypeScript
-
Updated
May 22, 2020 - Shell
-
Updated
Oct 2, 2020 - TypeScript
-
Updated
Sep 26, 2020 - Python
-
Updated
Oct 1, 2020 - TypeScript
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.