-
**Is your feature request related to a problem? Please describe.**
Adding a binary to releases manually might not be a very trustworthy move
**Describe the solution you'd like**
Github Actions to…
-
Not sure why but [nox](https://github.com/mikeyrf/pystable/runs/7849148754?check_suite_focus=true) is failing in gh actions for the fork, but only for mac OS.
-
## 🚀 Feature Proposal
Create documentation for GH actions
## Motivation
Actions can be confusing and there is no any description for them except some comments in yaml files.
## Example
…
-
**What would you like to be added**:
In the https://github.com/pipe-cd/actions-gh-release/blob/main/README.md - document what permissions the GITHUB_TOKEN needs.
**Why is this needed**:
Gith…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Zstandard
### Which platforms are affected?
Web
##…
-
Each program/library in 2023 should have some form of automation to ensure stuff builds and can be deployed without manually opening up VS(code) and build the project.
GH offers a feature called [G…
-
GitHub actions for e2e tests were added recently. Right now, the tests are very basic, aren't resilient to failure and may provide bad signals for failure.
-
I'm trying to install the libraries `torch` and `fastai` for a particular test case. The installation failed with a `Cython` not found error. Hence I went and added `Cython` to the requirements file, …
-
# Bug Report
Our CI appears to be intermittently failing. Last week I got a failure in the `go` tests which went away on rerun. Just now, we got a failure in `nodejs` for a commit that only added c…
-
After #20 all Docker user needs are served but not classic deployment users - they need to download a package on the release page.
So extend the pipeline to create a release (named after the tag) and…