Skip to content

Releases: org-not-included/py-github-helper

v0.2.3 Added Badges/Cleaned Readme

12 Sep 14:16
Compare
Choose a tag to compare

Goal:
Cleaner README.md with badges to highlight repo details

v0.2.2 PyPi Package Integration

05 Sep 15:03
Compare
Choose a tag to compare

Goal:
Clean up any bugs when importing pypi package:

from py_github_helper.utils.commands import (
    get_files_changed_during_pr,
    add_comment
)

v0.2.2-a.1

05 Sep 14:07
Compare
Choose a tag to compare
v0.2.2-a.1 Pre-release
Pre-release

Fixes issue with init.py when running from py_github_helper.commands import add_comment

v0.2.1

05 Sep 14:00
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Update PyPi Package's setup.py to reference py_github_helper (snake_case) rather than kebab-case

V0.2: CLI and Python Module Support

04 Sep 05:29
Compare
Choose a tag to compare

Users can now use the tool in two ways:

  • Pass input args via command line (in bash scripts)
  • Import functions and invoke directly (in python scripts)

V0.1.14

11 Aug 19:44
Compare
Choose a tag to compare

Remove excess logging

v0.1.13

11 Aug 17:32
Compare
Choose a tag to compare

More logging

v0.1.12

11 Aug 17:26
Compare
Choose a tag to compare

printing more info to help debug dbt_table_diff

v0.1.11

11 Aug 17:15
Compare
Choose a tag to compare

Added fallback functionality to look for secrets/gh_keyfile.json if token and username not set

v.0.1.10

08 Aug 20:26
Compare
Choose a tag to compare

added get_files_changed_during_pr function