58,132 questions
Advice
0
votes
0
replies
23
views
How to implement a failover runner sequence in GitHub Actions when the primary self-hosted runner fails?
Goal: I want to run a long-running task on a specific self-hosted runner (runner-01). If that runner fails, disconnects, or the task fails, I want a second runner (runner-02) to take over and run the ...
Advice
0
votes
3
replies
44
views
The name has been retired and cannot be reused
I don't quite understand the problem:
Git: Repository creation failed.:
{"resource":"Repository","code":"custom","field":"name","...
-1
votes
1
answer
67
views
How do I manually open GitHub Copilot in VS Code if it doesn't appear automatically?
I am using Visual Studio Code with GitHub Copilot installed. Most of the time Copilot suggestions appear automatically, but sometimes when I open VS Code the Copilot chat or suggestions are not ...
-3
votes
0
answers
30
views
Linked Issues Field On GitHub Projects [closed]
I have made a GitHub Project in the Project section of an organization where I am the owner. In the views I added a Filter which is "is:pr" which shows all the PR that has been merged or are ...
Tooling
0
votes
0
replies
32
views
Azure MCP server use in Github Copilot
I am trying to work with GitHub Copilot in Visual Studio .NET and in CoPilot on Github.com.
I have been having some issues with deployments to Azure, with two good exampoles being
Log messages not ...
-4
votes
0
answers
46
views
Why Can Commits on a Forked Repository’s main Branch Be Used for a Pull Request? [duplicate]
I’m curious why it’s possible to make commits on the local main branch of a forked repository on GitHub and then create a Pull Request (PR) to the upstream repository’s main branch.
As far as I ...
0
votes
0
answers
41
views
scp-action step fails while working locally with the same SSH key
I'm facing a problem with my GitHub Actions workflow. I have two steps at the end that are not being executed properly: one fails, and the other depends on it. Here's the relevant part of my workflow:
...
Advice
2
votes
2
replies
105
views
Starting out on GitHub to create a portfolio
Currently getting into SQL data cleaning and querying and looking forward to building dashboards and data visualization using BI tools.
As a beginner, how do I start with GitHub to create a portfolio ...
0
votes
0
answers
24
views
SonarCloud PR Analysis Shows “0 New Lines” Despite Code Changes in Monorepo
Context
I’m working in a Python monorepo with multiple modules. I want SonarCloud to analyze only changed modules in PRs, comment on PRs, and flag new issues. My setup uses GitHub Actions with a ...
Advice
0
votes
1
replies
77
views
How to delete a pipeline in Azure DevOps?
We used a Creation tool to create a GitHub Repository with a CI pipeline in Azure DevOps.
after creating a Fiori SAPUI5 Project in BAS using Project accelerator, a new flag was raised which was not ...
Best practices
0
votes
5
replies
49
views
Failed to merge latest branches from upstream repo to my local repo
I made a local buildroot repository in my gitlab about 1 year ago.
I don't remember what I did at that time but I think I followed steps to import from URL.
Since my repo does not have new updated ...
0
votes
0
answers
19
views
GitHub GraphQL Ref Query Format
In the GitHub API, there is an optional parameter when querying the refs object called query, which "Filters refs with query on name". Is the syntax for this query string documented ...
2
votes
0
answers
48
views
what is this git error while pushing UE project?
I have created remote repository while already having local one. I connected them via Source tree and tried to push locally made changes to my project, but got this error.
Also, I already got some ...
0
votes
0
answers
69
views
Installing GitHub project with JitPack + Maven
I want to install a project from a public GitHub repository.
I could clone and install it. However, I want to do it in one go with JitPack without storing sources locally.
Example project. My attempt:
...
Advice
0
votes
3
replies
70
views
Mark files as not needing PR in a PR request
I have a PR I want my devs to review but part of the PR has involved the addition of 500 files that have been generated as part of an automated script (generated from an open API spec to create ...