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

extension problem: Unexpected token in JSON at position 5

I had a few problems these days with VS Code, when I tried to add an extension it would say in the output: Unexpected token in JSON at position 5 I haven't thought anything about it since it may have been an update problem so I left it, now it…
0
votes
0 answers

Can I apply new Issue Templates to already existsing issues in GitHub

I have created Issue Forms on GitHub using this page, but I already had some existing issues. Can I apply this new template to the old issues or do I need to close them all and create new ones?
0
votes
0 answers

How to get the github table using react

So I'm trying to make this table: look like this github issues table (should be like a clone): I've been trying to add the id, state (open or closed), date and name as it is in the image. This is my code (I used Material UI)
0
votes
0 answers

github issue template propagation from .github repo not working

I have created yml based github issue templates in a repo in my organization. They work as expected. However, when I put these into the organizations .github repo, they neither work as templates for that repo nor do they show up as templates on…
0
votes
1 answer

'YAML syntax error: (): did not find expected key while parsing a block mapping at line 1 column 1' while creating a GitHub issue form

I get the error YAML syntax error: (): did not find expected key while parsing a block mapping at line 1 column 1 while I've created another GitHub issue form. Here is my code: name: Bug report description: Send a bug WinUEFI has that needs to be…
0
votes
1 answer

Github-Actions: link pull request to issue

I'm quite a rookie with GitHub Actions so this might be a stupid question: Is there a way to link pull requests with issues (in the UI linked PRs are shown under Development) in Github Actions using Github CLI or octokit/rest.js via…
0
votes
0 answers

How to create a GitHub issue using the APIs in a private repo

My goal is to be able to create issues from a Node.js backend application. Everything worked fine when I used a "Fine-grained personal access token" linked to the owner account of the repo. However, I would like to have another account that through…
Roberto Rossini
  • 158
  • 2
  • 10
0
votes
0 answers

How to get new issues to show up at the top of Github Project's boards instead of being shown at the bottom?

Recently, the company where I work started using GitHub Projects. GitHub projects has a native integration with other features from GitHub, such as issues and Pull Requests. The team would like to change the behavior a bit so that newly created…
Pedro Delfino
  • 2,421
  • 1
  • 15
  • 30
0
votes
0 answers

How to checkout automatically after creating a new branch from Github Issues in GitKraken?

After creating a local branch from Github Issues, GitKraken does not automatically checkout this new branch. I receive a notification that says "Checkout Failed - Could not find ref to checkout". If I manually checkout the new branch, it's all fine.…
Youri
  • 1
0
votes
0 answers

How to move issue to project column based on issue comment using github actions?

I want to create a Github workflow that adds newly created issues to a Project (Classic)'s "Todo" column automatically. If any issue comment is created with "[Forward]" keyword, the issue should be moved to "In Progress" column of the same…
0
votes
1 answer

How to flag a comment in GitHub Issue for moderation (spam, misinformation, hate speech)

On GitHub, how can I flag a comment in a project issue as spam, misinformation, hate speech, etc? I came across a comment in a GitHub issue recently that was not only completely off-topic, but also aggressive and attempting to spread…
Michael Altfield
  • 2,083
  • 23
  • 39
0
votes
0 answers

Allow wildcard (*) at the end of the index names when creating tenant tokens

https://github.com/meilisearch/meilisearch/issues/2908#issue-1407638626 please see the details of the issue and help me with the solution I am not getting how to get started but studying this issue from last 4 days
0
votes
0 answers

Adding Datepicker as an option for dropdowns using Fluent UI

I'm working with dropdowns extensively, and I'd like to add Datepickers to get date range from the users along with other options in the dropdown, and would like them as two options in the dropdown. I'm using fluent UI. Any references, links or…
0
votes
1 answer

Create script tags in Sendgrid Dynamic template

What I need is I want to fetch an API using a button. I have created html template in sendgrid dynamic template from preview its working perfectly. But email the invisible. After that I have removed button and check with anchor tag same issue not…