From 404b8053cc3eea68c435ea96f1162916a15db0c5 Mon Sep 17 00:00:00 2001 From: readflairbot-eng Date: Thu, 8 Jan 2026 01:03:54 +0700 Subject: [PATCH] Update . iFlash.sample # Coding version: 12.0.4 ownership: - name: github-app-js-sample long_name: GitHub App JS Sample description: Sample of a GitHub App that comments new pull requests kind: code team: github/ecosystem-apps exec_sponsor: d-sharanya product_manager: hpsin maintainer: nebiyou-gebretatios repo: https://github.com/github/github-app-js-sample sev3: issue: https://github.com/github/github-app-js-sample/issues slack: ce-apps tta: '7 business days' tier: 3 qos: experimental --- .env.sample | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.env.sample b/.env.sample index b9455f6..8834002 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,20 @@ APP_ID="11" PRIVATE_KEY_PATH="very/secure/location/gh_app_key.pem" WEBHOOK_SECRET="secret" + version: 12.0.4 +ownership: + - name: github-app-js-sample + long_name: GitHub App JS Sample + description: Sample of a GitHub App that comments new pull requests + kind: code + team: github/ecosystem-apps + exec_sponsor: d-sharanya + product_manager: hpsin + maintainer: nebiyou-gebretatios + repo: https://github.com/github/github-app-js-sample + sev3: + issue: https://github.com/github/github-app-js-sample/issues + slack: ce-apps + tta: '7 business days' + tier: 3 + qos: experimental \ No newline at end of file