58,545 questions
0
votes
0
answers
5
views
Contributions by a user don't appear on the Insights page
We have a project on GitHub https://github.com/pubudu2003060/SENG-22212-Group-Project and the contributions made by this user: https://github.com/RasadhiSanchala don't appear on the repository's ...
0
votes
0
answers
11
views
Exclude reusable workflows from GitHub Actions sidebar
I have some reusable workflows in a repo. These workflows are useless on their own, they only include the workflow_call event. However, they still show on the GH UI, and they still try to run.
The ...
0
votes
0
answers
19
views
How to push changes to a GitHub branch after PR is already in the merge queue?
I have a script that automates Azure subscription creation by opening PRs across two different GitHub repositories.
Repositories & File Structure:
Repo 1 - subscription.yaml
---
name: "...
0
votes
0
answers
11
views
How do I see a unified view of all GitHub issues/commits within (my) GitHub organization?
I oversee an organisation with several git repositories. I'd love to have a way before the start of the workday to see all the changes the day before.
E.g.
User
Repository
message
commit
Sam
auth-...
0
votes
0
answers
21
views
Context access might be invalid: cache_id
I'm trying to push my repo from local in Visual Studio Code to GitHub with an MKDOCS and getting an error in the Ci.yml file when trying git init in the terminal. With an error context access might be ...
-1
votes
0
answers
21
views
Suggestion for CI/CD flow
I am a DevOps engineer working on a micro-service product. Our current flow works as follows: for all of our microservices there's a pipeline that does the same thing:
builds the microservice
runs ...
-1
votes
0
answers
20
views
Installing a pip package from one private repo to another private repo in GitHub
We have an organizational GitHub. Here we have a private utility repo and a repo using that utility repo. When doing a pip install locally I will be prompted for which user I want to install the ...
1
vote
0
answers
17
views
Enforce regex on tag creation
We are are using github enterprise 3.13.5, looking for the suggestion on how to enforce users to create the tags as per matching pattern (and reject unsupported patterns), especially, we want to ...
-1
votes
0
answers
28
views
Installing a custom pip package from GitHub with a permanent token
I have created a pip package in a private GitHub repository. This package is going to be used in many projects in our organization. I succeded installing the package by creating a personal access ...
-1
votes
0
answers
18
views
How to merge two different Git repositories with the same source code? [duplicate]
Right now I have two different Git repositories: one I downloaded from a zip file and the other I forked from GitHub, the original is the one I got as a zip file and I only forked the new one recently....
-2
votes
1
answer
58
views
problem building a github project and no way to file a bug report [closed]
github project in question is https://github.com/saddam1999/h1-shader-packager
i've set the built solution files to C++ 20 like the git page says.
i've added the required dependencies from openssl.
...
0
votes
0
answers
23
views
How to resolve a merge conflict using command line or github
I submitted a few files, all to separate branches and made a PR. But my PRs were closed with unmerged commits because I had to fix some issues with my code. I resubmitted after and made new PRs but ...
-6
votes
0
answers
24
views
How can we push to main branch on GitHub while there is a merge queue enabled?
We want to use GitHub's merge queue feature, while keeping the ability to push directly to main from various workflows (e.g. to bump a version number on a new build), and ad hoc in emergencies.
We've ...
0
votes
0
answers
30
views
SSH failure for private github repository
I am attempting to push/pull using SSH to my private github repository. I went through the steps of creating a key, uploading the public key to my github account, and adding it to my ssh-agent, using ...
0
votes
0
answers
23
views
How should I fix the Node20 problem with running jobs in a container?
I am trying to run a workflow on Github Action, with job in a custom container.
All works well until I try using Action depending on Node, where I get the error:
OCI runtime exec failed: exec failed: ...