Skip to content
#

github-action

Here are 1,343 public repositories matching this topic...

github-pages-deploy-action
mqliang
mqliang commented Jan 25, 2022

Context

With the introduction of dark mode in Github it has become difficult to set an image background that looks consistent with the background in both dark and light mode.

To solve this the most obvious solution was to make the background transparent. All that was left was to choose colors for text that makes it legible in light as well as dark background.

Is it possible to add a "

help wanted good first issue
yajo
yajo commented Jun 5, 2020

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=none for example.

good first issue
gh-action-pypi-publish
tzulberti-jampp
tzulberti-jampp commented Feb 19, 2020

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%|
enhancement help wanted good first issue
jackton1
jackton1 commented Jul 11, 2021

Is your feature request related to a problem? Please describe.

Given that both files and directories can be added using the files input which seems limited to describing files.

Describe the solution you'd like?

Proposed change here would be renaming files to paths which is more generic and can describe both file based paths and directories.

Describe alternatives you'v

enhancement good first issue

Improve this page

Add a description, image, and links to the github-action topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more