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
5
votes
0 answers

Is there a maximum number of labels that can be created in a GitHub repo?

I've been looking at the GitHub docs but haven't found a maximum number specified anywhere.
Robert Lin
  • 369
  • 3
  • 9
5
votes
1 answer

Infinite loading when using youtube_player_flutter

I was using youtube_player_flutter and implemented everything correctly as it was written in it's README. But still I was facing one issue that whenever I open that page where I want the youtube player to open, it keeps loading and never loads the…
littleironical
  • 1,593
  • 1
  • 11
  • 25
5
votes
2 answers

If I have a GitHub issue number for a pull request, is that the same as the pull request number?

When I create a pull request immediately after an issue, the pull request number is often 1 more than the issue number, which suggests that they share the same counter. As well, the Create an issue comment API seems to be the primary way for…
neverendingqs
  • 4,006
  • 3
  • 29
  • 57
5
votes
0 answers

Github global default issue templates not working

I followed the documentation in https://help.github.com/en/github/building-a-strong-community/creating-a-default-community-health-file to create a default community health file. Namely issue templates. I created a new public repository, named it…
Shrodinger
  • 149
  • 1
  • 8
5
votes
2 answers

Get List of GitHub Closed Issues for Given Commit Range

Given a commit range, say: https://github.com/microsoft/msquic/compare/3fb2c1145be48cf5acbca72a4e42d8702e3afbd6...2be77cd39ce39528b00ea698645e369b12187502 Is it possible to get the list of Issues that were closed by these commits? The only way I can…
Nick Banks
  • 4,298
  • 5
  • 39
  • 65
5
votes
2 answers

Created issue templates as mentioned on github but they are not activated somehow

The current project contains the directory: .github/ISSUE_TEMPLATE/ and a bug_report.md and a feature_request.md file inside there. Also I have a config.yml file but unfortunately If I try to create an issue none of the templates will be taken into…
khmarbaise
  • 92,914
  • 28
  • 189
  • 235
4
votes
1 answer

GitHub GraphQL API Filter on custom text field in Project V2

We are using GitHub Projects (Beta). I created a custom text field called oma-project. I want to use the API to filter on this field, e.g., oma-project: "P0001". This should return all issues with this value in the custom field. Looking at the…
4
votes
0 answers

Is there a way to restore github issues reported by me on a public repository after the issue section has been removed?

Recently we discovered that an opensource SSO solution which we were contributing to, through issue reporting, and we were using on our production, completely removed the issues section from github. This means that any issues on which we were…
Marinos An
  • 9,481
  • 6
  • 63
  • 96
3
votes
0 answers

How does GitHub assign numbers to issues, pull requests and discussions?

I am quite sure that GitHub uses the same counter for issues, pull requests and discussions. If I create an issue in a fresh new repository, its number would be #1. Then, if I want to create a pull request, the number assigned to it would be #2.…
Paul Razvan Berg
  • 16,949
  • 9
  • 76
  • 114
3
votes
1 answer

Automatically add Github Issues to Github Project

My github repository contains an ISSUE_TEMPLATE that helps users to create issues. Also, I have a backlog where I'd like to track issues and automate that they appear as soon as new issues have been created. The only missing link is that new…
Casper Dijkstra
  • 1,615
  • 10
  • 37
3
votes
2 answers

How to target specific branch on GitHub issue

I'm wondering if it's possible to target Issues to specific branches of a repo. Use case: I've a repo which have 1 main branch, and 2 development branches, A and B. From branches A and B other branches grow, depending of the issues. I'm already…
Lotan
  • 4,078
  • 1
  • 12
  • 30
3
votes
2 answers

How to search GitHub issues for the ones you're watching?

How can we search/filter GitHub issues for the ones you've previously marked as 'watching'? I can't spot any way to do it via the GUI, but perhaps there's some search parameter? I took a guess and tried watching:true and currentUser(), but neither…
stevec
  • 41,291
  • 27
  • 223
  • 311
3
votes
1 answer

How to track all the upstream issues my fork addressed

My company wants to contribute on opensource projects and managers want an easy way to see which upstream issues were closed by forks from our organization. Is there any way to maybe copy upstream issues to a fork or reference them in an easy way to…
2
votes
0 answers

Python multiprocessing deadlock when calling logger-issue6721

I have a code running in Python 3.7.4 which forks off multiple processes. I believe I'm hitting a known issue (issue6721: https://github.com/python/cpython/issues/50970). I setup the child process to send "progress report" through a pipe to the…
Amir
  • 421
  • 1
  • 4
  • 14
2
votes
0 answers

Filtering Github issues created from task list

Is there a way to filter(out) issues in issue search that are tracked by some other issue in Github? Context: We are using Github feature called Break issues into actionable tasks as listed here This feature allows creating a new issue per task that…
Dhaval D
  • 1,087
  • 2
  • 14
  • 25