Questions tagged [github-issues]

Tag used for GitHub Issues, an issue tracker provided by GitHub

GitHub Issues is an issue tracker provided by GitHub, supporting features such as labels, project milestones, assignees, inter-repository references, and more. This tag should be used with regards to this issue tracker.

100 questions
1
vote
1 answer

A project task/issue in GitHub Projects still shows open even though the issue has been closed

The Project board for my repo shows an open issue in the project even though the issue is actually closed. The filter for the board is set to show only open issues. Is this a bug, or did I make a mistake?
tmorgan497
  • 45
  • 4
1
vote
0 answers

How to specify "issues count" when searching repositories in Github Search

When searching for repositories, I can use the "help-wanted-issues" and "good-first-issues" search qualifiers to narrow down the search results like so. react in:topics,readme language:javascript help-wanted-issues:>0 But I want to specify issues…
1
vote
1 answer

Git push fork failed

Hello i'm trying to create a new PR from existsing repository and I got this arror: "error: src refspec new does not match any" Here is my steps: Step 1 - Create Fork (https://docs.github.com/en/get-started/quickstart/fork-a-repo) Step 2 - Create…
Naor Yael
  • 69
  • 4
1
vote
1 answer

Can I filter Github issues using parameters multiple times?

I am looking for a way to build a filter like: Reviewed by me but not reviewed by user xyz I know I can do a OR search for labels but I cant find anything for other properties. What I expected to work was is:open is:pr reviewed-by:@me…
1
vote
0 answers

How can I use GitHub CLI to include search queries with spaces?

I'm trying to use GihHub CLI to perform searches on my issues list and my search needs to be able to include spaces. My search in GitHub would look like this: label:"Pod 1" But I don't know how to construct the command line. I have tried: gh issue…
1
vote
1 answer

Create a GitHub task list issue which automatically lists issues with a specific tag

I've googled this and read the GH documentation and can't see anything. I'm guessing it can't be done automatically but can probably be done with an action (which I have very limited experience with). I would like to have an issue which…
Moohan
  • 933
  • 1
  • 9
  • 27
1
vote
1 answer

Using logical operators when filtering Github issues

It seems like all the filters currently use logical AND by default. E.g. is:issue label:bug bug in:title basically does is:issue && label:bug && bug in:title. My question is, whether it’s possible to make a query like: is:issue && label:bug || bug…
MartinT
  • 590
  • 5
  • 21
1
vote
1 answer

Github action workflow triggered on pushes rather than issue creation

I have a github workflow that is supposed to interact with issues when they are created or labeled. This works on about half of the repos where I added it and on the other half, it runs (and fails) on every push but does not run when issues are…
ethan
  • 780
  • 7
  • 20
1
vote
0 answers

Using icons in GitHub issue form templates

I'm currently trying to set up an issue form for my GitHub repo. I was wondering if it is possible to embed an svg icon (e.g. from Font Awesome) in one of the boxes. For example: body: - type: dropdown attributes: label: Thing …
ilanfriedman
  • 103
  • 1
  • 7
1
vote
1 answer

GitHub - Create issues specific to a branch?

what I want to do is the exact opposite of what people normally do. I want to create GitHub issues that apply only to a particular branch I'm currently working on. Ideally, they would not be visible when browsing other branches of the repo. Even…
waldenCalms
  • 100
  • 1
  • 8
1
vote
1 answer

how to filter issues that have PR associated on GitHub?

I like to read issues that have PR in order to learn how a problem could be solved. how can I filter issues that have PRs associated with them on GitHub? Just read the PR directly isn't a solution: you could have some PR which hasn't an issue…
1
vote
1 answer

Using GitHub API to create new issue

I'm trying to create a GitHub issue using the GitHub API, and I found this https://github.com/ceceliacreates/APITools which is exactly what I need, but it keeps showing me my GitHub API was not found. Following is the code: createIssuesFromJSON =…
Grace
  • 7
  • 1
1
vote
1 answer

What's the difference in Github between fixing, resolving and closing and issue?

Here in Github it refrences 3 ways to discuss a ticket: https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue close resolve fix I was wondering what the techincally differences are between these 3,…
CafeHey
  • 5,699
  • 19
  • 82
  • 145
1
vote
1 answer

Hide non-comments in github issues

Github issues shows a lot of "status" changes that I would like to be able to hide, sometimes I really only want to see comments, and these status updates can become quite numerous in some issues requiring a lot of scrolling, is there a way to hide…
BlackICE
  • 8,816
  • 3
  • 53
  • 91
1
vote
1 answer

AppHostBase.Instance has already been set after already working

I have an ASP.Net WEB API using ServiceStack. The API had been previously working but is now throwing the "AppHostBase.The instance has already been set". I haven't changed any code since the last time I debugged it successfully. But something…
MikeTWebb
  • 9,149
  • 25
  • 93
  • 132