-
Readthedocs clones with
```
git clone --no-single-branch --depth 50 https://github.com/snek5000/snek5000.git
cd snek5000
git checkout --force origin/main
git clean -d -f -f
```
With such c…
-
The git resource is trying to do too much. Supporting tags and branches with their workflows is polluting the git resource with lots of conditional logic.
I'd like to start a discussion of extracti…
-
The DPDK project has defined syntax for a "Depends-on" tag. A contributor can add this label to their patch or cover letter if it depends on another patch or series that has not yet been applied to th…
-
### Describe the feature or problem you’d like to solve
After using `gh release create` and creating a release that would generate a tag from the API, I noticed that the tag didn't exist locally.
…
-
### Description of the bug:
**environment:**
> $ cat /etc/os-release
> NAME="openEuler"
> VERSION="24.03 (LTS)"
> ID="openEuler"
> VERSION_ID="24.03"
> PRETTY_NAME="openEuler 24.03 (LTS)"
…
-
Not able to check out another private repo using secrets.GITHUB_TOKEN. Below the scenario, check out 1, and 2 works. 3 fails. Is there a limitation for secrets.GITHUB_TOKEN on remote repos?
repo-1 …
-
Type: Bug
Select all occurences doesn't function in a Jupyter notebook.
VS Code version: Code 1.94.2 (Universal) (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version: Dar…
-
It should be possible to have any string as a version tag (like in git). So the `create_new_version` view should problably be modified to cope with tags that do not have the `v{int}` format
-
I am running skaffold in AWS codepipeline to build a microservice.
- asa -> time="2021-06-09T11:00:25Z" level=debug msg="generating tag: unable to find git commit: running [git describe --tags -…
-
Tested in version 1.14.2
If for some reason the release fails when pushing the tags (I say "tags" plural due to #224) the tag is deleted locally but left on the remote. For example:
```
$ git ls…