Migrate to Netlify Today

Netlify announces the next evolution of Gatsby Cloud. Learn more

ContactSign Up
Community Plugin
View plugin on GitHub

gatsby-source-github-issue

Gatsby source plugin for Github issue

Install

npm install --save gatsby-source-github-issue

How to use

// In your gatsby-config.js
plugins: [
  {
    resolve: `gatsby-source-github-issue`,
    options: {
      owner: 'owner',
      repo: 'repo',
    },
  },
]

Options

  • owner: github repo owner
  • repo: github repo name

License

MIT

© 2023 Gatsby, Inc.