Questions tagged [github-projects]

52 questions
0
votes
1 answer

How to import data into GitHub project's view?

GitHub Projects provides Export view data options that export tasks into a tsv file. Does GitHub support reverse option, that is data import from tsv file? I'd like to avoid manual work of setting up my project :)
Lukasz Dynowski
  • 11,169
  • 9
  • 81
  • 124
0
votes
0 answers

Github Actions - Updating Items on Issues for Github Projects

Has anyone figured out how to automate updating issues and PRs for Github Projects using Github Actions? I was trying something like this but the data structure underpinning Github is crazy (and makes using the GraphQL API very hard!) name: Update…
0
votes
1 answer

How to query project notes on Github using GraphQL?

I found a project at the address https://github.com/delbaoliveira/website/projects/1. I am using the GitHub GraphQL API to retrieve the desired notes. I also created a similar project, but the returned result is undefined. I suspect that the…
Alex Cuba
  • 73
  • 4
0
votes
0 answers

Creating custom workflows for Projects

I created a project for my repository and I'm trying to set up automation. Workflows allow, for example, to immediately transfer an Issue or Pull request to the desired column, for example, to ToDo. But I want to set up different behavior, for…
KubePony
  • 144
  • 1
  • 7
0
votes
0 answers

When changing a VS project from using references to projects.config, how do I handle the references?

I am trying to migrate a .NET Framework 4.5.2 DLL, to a GitHub (GH) Package. The tutorial I came across (Working with the NuGet Registry) was for the SDK style of project. Our .NET Framework 4.5.2 is older than the SDK style. I think it's called the…
Rod
  • 4,107
  • 12
  • 57
  • 81
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 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
0 answers

Is it possible to add new workflows on GH Projects

ATM setting up a Project on GH. I want to add new workflows other than the Default Workflows IE: PR Added => Status:InProgress Is it possible to add/duplicate a workflow? Thanks
T04435
  • 12,507
  • 5
  • 54
  • 54
0
votes
1 answer

Get current Github Repository name with Octokit

I'm trying to get some information about the current Github Repo Projects, for a VsCode Extension, But I don't know (Haven't found it in the Documentation) how to get the current Repo name. With that information, I would try to execute the following…
Felix Niedermann
  • 321
  • 3
  • 18
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
0 answers

How to change project language project "Repository"

How to change my type project " type Repository" I need to change my repository "language repository" to Flutter or Dart it is now c++. Note: My project is to enable Windows and Linux and web and Android. I am working in Android Studio and Visual…
user15748070
0
votes
1 answer

Link private repositories to private projects

Is it possible to link private repositories to a private project? All collaborators of the private repo's are also members of the project. I know it's possible to add a project to a private repository. But what if multiple repositories are part of…
D.icon
  • 396
  • 3
  • 14
0
votes
2 answers

Github: Repository > Projects vs Organization/User > Projects

My case is that I'm a member of an organization and I'm assigned to lead a project. In my Github org, I created a Project corresponding to the project's name and my member initiated a Repository. Inside the Repository is this: I'm just a bit…
DJ Asuncion
  • 85
  • 1
  • 12
0
votes
2 answers

How can we create a Repository in GitHub with other repository content with template using GitHub Rest API

I have used the Get Repo API (https://api.github.com/repos/myId/myRepoName)to get the repository details. Now I want to create a new repository with the content and files in my "myRepoName".How can I achieve that. Create…
0
votes
1 answer

Run a shell file from a github project

need some help here. Im new to linux and all the stuff. My main problem is to run a specific project from Github(https://puffycv.readthedocs.io/en/latest/Installation.html) I'm useing a raspberry pi 4 with raspbain buster on it. Dont know what i am…
Dartfan
  • 9
  • 1