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
2 answers

Issues Pulling Request on Github, Nothing to Compare

I just started working on a team project and i have forked the repo which is the main repo, but i guess am missing something in order for me to pull request and i will need assistance... So i am working on the backend part of the project, spring…
0
votes
1 answer

How to show one's own forked-repo Issues in VS Code?

I forked tidythemes/blankslate to robertandrews/blankstrap. I created new Issues for myself, for my own fork... But, in VS Code, in the GitHub extension panel, I am instead seeing the Issues for the original blankslate... I would like to be seeing…
Robert Andrews
  • 1,209
  • 4
  • 23
  • 47
0
votes
0 answers

How to remove footprint of GitHub issue references when changes added into last commit

In my README.md I have a link to a GitHub issue: Fix world __ Fix: https://github.com/eth-brownie/brownie/issues/1174 I am continually rewriting (and then force pushing) a commit to GitHub. (message contains the last commit's message which contains…
alper
  • 2,919
  • 9
  • 53
  • 102
0
votes
3 answers

GitHub Actions: Do not run a job, if issue is already in project

Is there a way to detect, if an issue is already in a project, like if: ${{ !contains(github.event.issue.projects.*.name, 'Board') }}? This is my situation: I have an action, which moves automatically new issues into my project "Board". But this…
Nils Reichardt
  • 3,195
  • 2
  • 18
  • 28
0
votes
1 answer

Move issues in project boards using GitHub actions

I want to create a workflow for moving issues in GitHub project boards such as: When someone creates an issue it moves to the project board "To do". Once the developer creates a branch with issue name then the issue should move to the different…
0
votes
0 answers

How can I get the user name of committer in each commit in a project in Git?

I am trying to make analysis between issues and commits of a project in git. I am getting the name and email of the committer and author from git using the command below: git log --pretty="%an %ae %cn %ce" I am using 'curl -i…
ftmdida
  • 1
  • 1
0
votes
1 answer

every time I change the branch git goes back to master

it is simple I just do the git checkout branch-name and after 3 seconds my current branch is master again. steps: git checkout branch-name wait 3 seconds git goes back to branch master I used git config --list to see my credentials and it was…
0
votes
1 answer

How to set rules (custom text) for issues in Github?

Sometimes when creating an issue on Github, there is some text in place to describe what the repository Authors expect of any issues that are created. If you have a repository and want to add this custom text so people creating issues can read it,…
stevec
  • 41,291
  • 27
  • 223
  • 311
0
votes
0 answers

GitHub text editing

How can I format code to have the following result? I know how to highlight js code block, but don't understand how can I highlight diff. Thank you.
-3
votes
2 answers

Agora RTM login failed

connection changed to connected connecting, because login login failed: AgoraRtmLoginErrorCode connection changed to connected disconnected, because loginFailure func setupRTM() { self.agoraRTM = AgoraRtmKit( appId: "<#Agora App…
1 2 3 4 5 6
7