-
Updated
May 31, 2021 - JavaScript
github-action
Here are 967 public repositories matching this topic...
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 29, 2021 - JavaScript
-
Updated
May 30, 2021 - JavaScript
-
Updated
Aug 16, 2020 - CMake
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 22, 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
Apr 19, 2021 - JavaScript
The files on PyPI have these hash values:
- SHA256
- MD5
- BLAKE2-256
If print the hash values, people can easily verify whether the file on PyPI was automatically uploaded by CI script.
It is best to print a pretty-print table.
-
Updated
May 27, 2021 - TypeScript
-
Updated
May 11, 2021 - TypeScript
-
Updated
May 27, 2021 - TypeScript
-
Updated
May 24, 2021 - JavaScript
-
Updated
Jan 9, 2021 - JavaScript
hi guys, do you mind if I add .net linter that supports dotnet-format?
-
Updated
Mar 22, 2021 - Shell
-
Updated
May 30, 2021 - JavaScript
-
Updated
May 27, 2021 - JavaScript
whenever i push it repeats it. really annoying as i keep getting notifications for nothing.
-
Updated
May 31, 2021 - JavaScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
May 25, 2021 - Shell
-
Updated
May 27, 2021 - JavaScript
-
Updated
May 20, 2021 - JavaScript
-
Updated
Apr 5, 2021 - 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.