Skip to content
View csiepka's full-sized avatar
😄
😄
Block or Report

Block or report csiepka

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. awx awx Public

    Forked from ansible/awx

    AWX Project

    Python

  2. List organization's repos, last comm... List organization's repos, last commit date to master and committer
    1
    """ Fetches all repos under a git organization
    2
    and returns last committer to master and date of commit
    3
    Results sorted by commit date
    4
    Replace ORG_NAME, USERNAME, and GH_TOKEN variables
    5
    GH_TOKEN required for authentication
  3. Github request to get last update an... Github request to get last update and last pushed dates from each repo in an Organization
    1
    """ Fetches all repos under a git organization
    2
    Returns repo's last updated and last pushed date from master
    3
    Results sorted by repo name
    4
    Replace ORG_NAME, USERNAME, and GH_TOKEN variables
    5
    GH_TOKEN required for authentication """