- North Carolina
Pinned Loading
-
-
-
comment-when-done
comment-when-done PublicA Probot app that makes a comment on a merged PR or closed issue with content you specify in the issue/PR body.
TypeScript 1
-
-
google_analytics_v4_report_flattener
google_analytics_v4_report_flattener PublicConverts Google Analytics API v4 reports to flat/delimited data.
Rust 1
-
List Heroku buildpacks for each app ...
List Heroku buildpacks for each app using the Heroku CLI. 1#! /bin/bash
23app_list=$(heroku apps -A -t=${@} | grep -v '^===')
4for app in $app_list; do
5buildpacks=$(heroku buildpacks -a $app | grep -v '^===' | sed -E 's/[0-9]+\. //')
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.