async createLabel()

in src/Worker.ts [294:303]


  async createLabel() {
    const client = await this.kintoneClientCreator.createKintoneClient(
      this.apps.labels.token
    );
    return ApiExecutor.createLabel(
      client,
      this.apps.labels.id,
      this.trelloAction.data
    );
  }