diff --git a/.credentials b/.credentials deleted file mode 100644 index 19ba38b..0000000 --- a/.credentials +++ /dev/null @@ -1,8 +0,0 @@ -{ - "scheme": "OAuth", - "data": { - "clientId": "109a667c-2b5f-4721-a180-628fc190706c", - "authorizationUrl": "https://tokenghub.actions.githubusercontent.com/_apis/oauth2/token/38078f7a-11ee-455c-be0c-5e7a0999c66a", - "requireFipsCryptography": "True" - } -} \ No newline at end of file diff --git a/.credentials_rsaparams b/.credentials_rsaparams deleted file mode 100644 index 3eaa95d..0000000 Binary files a/.credentials_rsaparams and /dev/null differ diff --git a/.env.local b/.env.local deleted file mode 100644 index c6d9908..0000000 --- a/.env.local +++ /dev/null @@ -1,5 +0,0 @@ -AZURE_DEVOPS_INSTANCE_URL=https://dev.azure.com -CIRCLE_CI_INSTANCE_URL=https://circleci.com -GITHUB_INSTANCE_URL=https://github.com -GITLAB_INSTANCE_URL=https://gitlab.com -TRAVIS_CI_INSTANCE_URL=https://travis-ci.com diff --git a/.Jules/palette.md b/.jules/palette.md similarity index 100% rename from .Jules/palette.md rename to .jules/palette.md diff --git a/github_issue_sorter.spec b/github_issue_sorter.spec deleted file mode 100644 index e986ba0..0000000 --- a/github_issue_sorter.spec +++ /dev/null @@ -1,44 +0,0 @@ -# -*- mode: python ; coding: utf-8 -*- - - -a = Analysis( - ['C:\\Users\\azriz\\airflow\\dags\\github_issue_sorter.py'], - pathex=[], - binaries=[], - datas=[], - hiddenimports=[], - hookspath=[], - hooksconfig={}, - runtime_hooks=[], - excludes=[], - noarchive=False, - optimize=0, -) -pyz = PYZ(a.pure) - -exe = EXE( - pyz, - a.scripts, - [], - exclude_binaries=True, - name='github_issue_sorter', - debug=False, - bootloader_ignore_signals=False, - strip=False, - upx=True, - console=True, - disable_windowed_traceback=False, - argv_emulation=False, - target_arch=None, - codesign_identity=None, - entitlements_file=None, -) -coll = COLLECT( - exe, - a.binaries, - a.datas, - strip=False, - upx=True, - upx_exclude=[], - name='github_issue_sorter', -)