How to use the github.signup function in github

To help you get started, we’ve selected a few github examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github opencollective / opencollective-api / scripts / compile-email.js View on Github external
id: 1,
    name: 'Regular Ticket',
    description: 'This gives you access to all the workshops',
    amount: 1000,
    currency: 'USD',
  },
  order: {
    id: 2312321,
    quantity: 2,
    totalAmount: 5000,
    currency: 'USD',
  },
};
data['ticket.confirmed.sustainoss'] = data['ticket.confirmed'];
data['ticket.confirmed.fearlesscitiesbrussels'] = data['ticket.confirmed'];
data['github.signup'] = {
  collective: {
    name: 'webpack',
    slug: 'webpack',
  },
};
data['organization.collective.created'] = {
  collective: {
    slug: 'coinbase',
    name: 'Coinbase',
  },
};
data['collective.update.published'] = {
  collective: {
    id: 207,
    type: 'COLLECTIVE',
    slug: 'brusselstogether',