const tinkerPulls = async (): Promise<void> => {
  const pulls = await client.pulls(repoParams);

  debugData('pulls', pulls);
};