Git Product home page Git Product logo

Comments (6)

codebytere avatar codebytere commented on July 4, 2024 1

@Hanaffi sure! i can't assign you because you're not part of the Electron org, but you're welcome to work on it. I'm also happy to point you in the direction of the relevant API calls for this feature if you'd like.

from cation.

codebytere avatar codebytere commented on July 4, 2024 1

@Hanaffi so, to elaborate here, we're trying to make it so that when a given issue is opened with a branch label (ex. 18-x-y, 17-x-y), the issue is automatically added as a new card to Unsorted Issues column of the project board with the same name (board for 18-x-y).

So, you'd be using this call: https://octokit.github.io/rest.js/v18#projects-create-card

like so:

const card = await octokit.projects.createCard({
  column_id: column_id, // This is the id of the Unsorted Issues column, which you'll need to get
  content_id: content_id, // This is the issue number
  content_type: "Issue" // This will always be issue since we're associating an issue
})

from cation.

dsanders11 avatar dsanders11 commented on July 4, 2024 1

Closing this as we now accomplish this using GitHub's project automation features.

from cation.

Jassi10000-zz avatar Jassi10000-zz commented on July 4, 2024

@mlaurencin Are you currently working on this ?
Can you work with you too ?

from cation.

Hanaffi avatar Hanaffi commented on July 4, 2024

@codebytere @mlaurencin
I want to work on this issue.
Can you assign it to me please?

from cation.

Hanaffi avatar Hanaffi commented on July 4, 2024

@codebytere yes please

from cation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.