Skip to content
View caleb15's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report caleb15

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. 15five/changelog-scraper 15five/changelog-scraper Public

    scripts for scraping changelogs from package requirements

    Python 1

  2. 15five/rocket_releaser 15five/rocket_releaser Public

    Python library for release notes / labeling upon deploys

    Python 3 1

  3. healthcheck.sh healthcheck.sh
    1
    #!/bin/sh
    2
    GLOBIGNORE="*" # to prevent schedule from becoming wacky
    3
     
    4
    if [ "$1" = "-h" ]; then
    5
     echo "Usage: $(basename "$0") check_name \"schedule\" \"command\" alert_channel1,alert_channel2 \"tag1 tag2\" \"description\" grace"
  4. 15five/python-circleci-package-boilerplate 15five/python-circleci-package-boilerplate Public archive

    boilerplate for a python package with CI/CD through circleci

    Python 1