| {"time": "2024-04-22T16:03:02+00:00", "type": "commit", "payload": {"sha": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "node_id": "C_kwDOKNhT9doAKGFmMWU1MDY0ZDg1ZGE0YzY5ZTE3NTEwYTRhMThlMGI0YzdhMDc1NGU", "commit": {"author": {"name": "Charles Moore", "email": "moorec@amazon.com", "date": "2024-04-22T16:03:02Z"}, "committer": {"name": "Charles Moore", "email": "moorec@amazon.com", "date": "2024-04-22T16:23:22Z"}, "message": "ci: add reusable workflows\n\nSigned-off-by: Charles Moore <moorec@amazon.com>", "tree": {"sha": "5c042c32ee6ccbf44dad83605a5a8d973123a034", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/5c042c32ee6ccbf44dad83605a5a8d973123a034"}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "comment_count": 0, "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}}, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/comments", "author": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "committer": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "parents": [{"sha": "87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa"}], "stats": {"total": 317, "additions": 19, "deletions": 298}, "files": [{"sha": "f8277ff906082e6f149b624860f2419c06189f4b", "filename": ".github/workflows/code_quality.yml", "status": "modified", "additions": 10, "deletions": 5, "changes": 15, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Fcode_quality.yml", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Fcode_quality.yml", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/.github%2Fworkflows%2Fcode_quality.yml?ref=af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "patch": "@@ -10,8 +10,13 @@ on:\n type: string\n \n jobs:\n- TestPython:\n- name: Code Quality\n- uses: ./.github/workflows/reuse_python_build.yml\n- secrets: inherit\n-\n+ Test:\n+ name: Python\n+ strategy:\n+ matrix:\n+ os: [ubuntu-latest, windows-latest, macos-latest]\n+ python-version: ['3.9', '3.10', '3.11']\n+ uses: OpenJobDescription/.github/.github/workflows/reusable_python_build.yml@mainline\n+ with:\n+ os: ${{ matrix.os }}\n+ python-version: ${{ matrix.python-version }}"}, {"sha": "d079a049b54e8bd953c315179c751bb1dda2b658", "filename": ".github/workflows/release_bump.yml", "status": "modified", "additions": 5, "deletions": 64, "changes": 69, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Frelease_bump.yml", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Frelease_bump.yml", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/.github%2Fworkflows%2Frelease_bump.yml?ref=af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "patch": "@@ -22,70 +22,11 @@ jobs:\n uses: ./.github/workflows/code_quality.yml\n with:\n branch: mainline\n- secrets: inherit\n \n Bump:\n+ name: Version Bump\n needs: UnitTests\n- runs-on: ubuntu-latest\n- environment: release\n- permissions:\n- contents: write\n- pull-requests: write\n- steps:\n- - name: Checkout\n- uses: actions/checkout@v4\n- with:\n- ref: mainline\n- fetch-depth: 0\n- token: ${{ secrets.CI_TOKEN }}\n-\n- - name: Set up Python\n- uses: actions/setup-python@v5\n- with:\n- python-version: '3.9'\n-\n- - name: ConfigureGit\n- run: |\n- git config --local user.email \"129794699+client-software-ci@users.noreply.github.com\"\n- git config --local user.name \"client-software-ci\"\n-\n- - name: Bump\n- run: |\n- BUMP_ARGS=\"\"\n- if [[ \"${{ inputs.force_version_bump }}\" != \"\" ]]; then\n- BUMP_ARGS=\"$BUMP_ARGS --${{ inputs.force_version_bump }}\"\n- fi\n-\n- # Backup actual changelog to preserve its contents\n- touch CHANGELOG.md\n- cp CHANGELOG.md CHANGELOG.bak.md\n-\n- # Run semantic-release to generate new changelog\n- pip install --upgrade hatch\n- hatch env create release\n- NEXT_SEMVER=$(hatch run release:bump $BUMP_ARGS)\n-\n- # Grab the new version's changelog and prepend it to the original changelog contents\n- python .github/scripts/get_latest_changelog.py > NEW_LOG.md\n- cat NEW_LOG.md CHANGELOG.bak.md > CHANGELOG.md\n- rm NEW_LOG.md\n-\n- git checkout -b bump/$NEXT_SEMVER\n- git add CHANGELOG.md\n- git commit -sm \"chore(release): $NEXT_SEMVER\"\n-\n- echo \"NEXT_SEMVER=$NEXT_SEMVER\" >> $GITHUB_ENV\n- {\n- echo 'RELEASE_NOTES<<EOF'\n- python .github/scripts/get_latest_changelog.py\n- echo EOF\n- } >> $GITHUB_ENV\n-\n- - name: PushPR\n- env:\n- GH_TOKEN: ${{ secrets.CI_TOKEN }}\n- run: |\n- git push -u origin bump/$NEXT_SEMVER\n-\n- # Needs \"Allow GitHub Actions to create and approve pull requests\" under Settings > Actions\n- gh pr create --base mainline --title \"chore(release): $NEXT_SEMVER\" --body \"$RELEASE_NOTES\"\n+ uses: OpenJobDescription/.github/.github/workflows/reusable_bump.yml@mainline\n+ secrets: inherit\n+ with:\n+ force_version_bump: ${{ inputs.force_version_bump }}\n\\ No newline at end of file"}, {"sha": "d9c51c0e5330941b027a7e958ef769d4a0c452b9", "filename": ".github/workflows/release_publish.yml", "status": "modified", "additions": 4, "deletions": 182, "changes": 186, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Frelease_publish.yml", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/af1e5064d85da4c69e17510a4a18e0b4c7a0754e/.github%2Fworkflows%2Frelease_publish.yml", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/.github%2Fworkflows%2Frelease_publish.yml?ref=af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "patch": "@@ -12,188 +12,10 @@ concurrency:\n group: release\n \n jobs:\n- VerifyCommit:\n- runs-on: ubuntu-latest\n- permissions:\n- contents: read\n- steps:\n- - name: Checkout\n- uses: actions/checkout@v4\n- with:\n- ref: ${{ github.ref }}\n- fetch-depth: 0\n-\n- - name: VerifyAuthor\n- run: |\n- EXPECTED_AUTHOR=\"129794699+client-software-ci@users.noreply.github.com\"\n- AUTHOR=$(git show -s --format='%ae' HEAD)\n- if [[ $AUTHOR != $EXPECTED_AUTHOR ]]; then\n- echo \"ERROR: Expected author email to be '$EXPECTED_AUTHOR', but got '$AUTHOR'. Aborting release.\"\n- exit 1\n- else\n- echo \"Verified author email ($AUTHOR) is as expected ($EXPECTED_AUTHOR)\"\n- fi\n-\n- Release:\n- needs: VerifyCommit\n- runs-on: ubuntu-latest\n- environment: release\n- permissions:\n- id-token: write\n- contents: write\n- steps:\n- - name: Checkout\n- uses: actions/checkout@v4\n- with:\n- ref: release\n- fetch-depth: 0\n- token: ${{ secrets.CI_TOKEN }}\n-\n- - name: Set up Python\n- uses: actions/setup-python@v5\n- with:\n- python-version: '3.9'\n-\n- - name: ConfigureGit\n- run: |\n- git config --local user.email \"129794699+client-software-ci@users.noreply.github.com\"\n- git config --local user.name \"client-software-ci\"\n-\n- - name: MergePushRelease\n- run: |\n- git merge --ff-only origin/mainline -v\n- git push origin release \n-\n- - name: PrepRelease\n- id: prep-release\n- run: |\n- COMMIT_TITLE=$(git show -s --format='%s' HEAD)\n- NEXT_SEMVER=$(python -c 'import sys, re; print(re.match(r\"chore\\(release\\): ([0-9]+\\.[0-9]+\\.[0-9]+).*\", sys.argv[1]).group(1))' \"$COMMIT_TITLE\")\n-\n- # The format of the tag must match the pattern in pyproject.toml -> tool.semantic_release.tag_format\n- TAG=\"$NEXT_SEMVER\"\n-\n- git tag -a $TAG -m \"Release $TAG\"\n-\n- echo \"TAG=$TAG\" >> $GITHUB_ENV\n- echo \"NEXT_SEMVER=$NEXT_SEMVER\" >> $GITHUB_ENV\n- {\n- echo 'RELEASE_NOTES<<EOF'\n- python .github/scripts/get_latest_changelog.py\n- echo EOF\n- } >> $GITHUB_ENV\n-\n- # Tag must be made before building so the generated _version.py files have the correct version\n- - name: Build\n- run: |\n- pip install --upgrade hatch\n- hatch build\n-\n- - name: Configure AWS credentials\n- uses: aws-actions/configure-aws-credentials@v4\n- with:\n- role-to-assume: ${{ secrets.AWS_PGP_KEY_SECRET_ROLE }}\n- aws-region: us-west-2\n- mask-aws-account-id: true\n-\n- - name: Import PGP Key\n- run: |\n- export SECRET_STRING=\"$(aws secretsmanager get-secret-value --secret-id ${{ secrets.AWS_PGP_KEY_SECRET }} --query 'SecretString')\"\n- printenv SECRET_STRING | jq -r '. | fromjson | .PrivateKey' | gpg --batch --pinentry-mode loopback --import --armor\n-\n- PGP_KEY_PASSPHRASE=$(printenv SECRET_STRING | jq -r '. | fromjson | .Passphrase')\n- echo \"::add-mask::$PGP_KEY_PASSPHRASE\"\n- echo \"PGP_KEY_PASSPHRASE=$PGP_KEY_PASSPHRASE\" >> $GITHUB_ENV\n-\n- - name: Sign\n- run: |\n- for file in dist/*; do\n- printenv PGP_KEY_PASSPHRASE | gpg --batch --pinentry-mode loopback --local-user \"Open Job Description\" --passphrase-fd 0 --output $file.sig --detach-sign $file\n- echo \"Created signature file for $file\"\n- done\n-\n- - name: PushRelease\n- env:\n- GH_TOKEN: ${{ secrets.CI_TOKEN }}\n- run: |\n- git push origin $TAG\n- gh release create $TAG dist/* --notes \"$RELEASE_NOTES\"\n-\n- PublishToRepository:\n- needs: Release\n- runs-on: ubuntu-latest\n- environment: release\n+ Publish:\n+ name: Publish Release\n permissions:\n id-token: write\n contents: read\n- env:\n- CODEARTIFACT_REGION: \"us-west-2\"\n- CODEARTIFACT_DOMAIN: ${{ secrets.CODEARTIFACT_DOMAIN }}\n- CODEARTIFACT_ACCOUNT_ID: ${{ secrets.CODEARTIFACT_ACCOUNT_ID }}\n- CODEARTIFACT_REPOSITORY: ${{ secrets.CODEARTIFACT_REPOSITORY }}\n- CUSTOMER_DOMAIN: ${{ secrets.CUSTOMER_DOMAIN }}\n- CUSTOMER_REPOSITORY: ${{ secrets.CUSTOMER_REPOSITORY }}\n- steps:\n- - name: Checkout\n- uses: actions/checkout@v4\n- with:\n- ref: release\n- fetch-depth: 0\n-\n- - name: Set up Python\n- uses: actions/setup-python@v5\n- with:\n- python-version: '3.9'\n-\n- - name: Install dependencies\n- run: |\n- pip install --upgrade hatch\n- pip install --upgrade twine\n-\n- - name: Build\n- run: hatch build\n-\n- - name: Configure AWS credentials\n- uses: aws-actions/configure-aws-credentials@v4\n- with:\n- role-to-assume: ${{ secrets.AWS_CODEARTIFACT_ROLE }}\n- aws-region: us-west-2\n- mask-aws-account-id: true\n-\n- - name: Publish to Repository\n- run: |\n- export TWINE_USERNAME=aws\n- export TWINE_PASSWORD=`aws codeartifact get-authorization-token --domain ${{ secrets.CODEARTIFACT_DOMAIN }} --domain-owner ${{ secrets.CODEARTIFACT_ACCOUNT_ID }} --query authorizationToken --output text`\n- export TWINE_REPOSITORY_URL=`aws codeartifact get-repository-endpoint --domain ${{ secrets.CODEARTIFACT_DOMAIN }} --domain-owner ${{ secrets.CODEARTIFACT_ACCOUNT_ID }} --repository ${{ secrets.CODEARTIFACT_REPOSITORY }} --format pypi --query repositoryEndpoint --output text`\n- twine upload dist/*\n-\n- - name: Publish to Customer Repository\n- run: |\n- export TWINE_USERNAME=aws\n- export TWINE_PASSWORD=`aws codeartifact get-authorization-token --domain ${{ secrets.CUSTOMER_DOMAIN }} --domain-owner ${{ secrets.CODEARTIFACT_ACCOUNT_ID }} --query authorizationToken --output text`\n- export TWINE_REPOSITORY_URL=`aws codeartifact get-repository-endpoint --domain ${{ secrets.CUSTOMER_DOMAIN }} --domain-owner ${{ secrets.CODEARTIFACT_ACCOUNT_ID }} --repository ${{ secrets.CUSTOMER_REPOSITORY }} --format pypi --query repositoryEndpoint --output text`\n- twine upload dist/*\n-\n- # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi\n- - name: Publish to PyPI\n- uses: pypa/gh-action-pypi-publish@release/v1\n-\n- PublishToInternal:\n- needs: Release\n- runs-on: ubuntu-latest\n- environment: release\n- permissions:\n- id-token: write\n- steps:\n- - name: Configure AWS credentials\n- uses: aws-actions/configure-aws-credentials@v4\n- with:\n- role-to-assume: ${{ secrets.AWS_CODEBUILD_RELEASE_PUBLISH_ROLE }}\n- aws-region: us-west-2\n- mask-aws-account-id: true\n-\n- - name: Run CodeBuild\n- uses: aws-actions/aws-codebuild-run-build@v1\n- with:\n- project-name: ${{ github.event.repository.name }}-release-Publish\n- hide-cloudwatch-logs: true\n+ uses: OpenJobDescription/.github/.github/workflows/reusable_publish.yml@mainline\n+ secrets: inherit"}, {"sha": "6a9c976f66656760a969077bd87a2c6c6e34f752", "filename": ".github/workflows/reuse_python_build.yml", "status": "removed", "additions": 0, "deletions": 47, "changes": 47, "blob_url": "https://github.com/OpenJobDescription/openjd-model-for-python/blob/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa/.github%2Fworkflows%2Freuse_python_build.yml", "raw_url": "https://github.com/OpenJobDescription/openjd-model-for-python/raw/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa/.github%2Fworkflows%2Freuse_python_build.yml", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/.github%2Fworkflows%2Freuse_python_build.yml?ref=87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "patch": "@@ -1,47 +0,0 @@\n-name: Python Build\n-\n-on:\n- workflow_call:\n- inputs:\n- branch:\n- required: false\n- type: string\n-\n-jobs:\n- Python:\n- # We've seen some deadlocks in tests run on the CI. Hard-cap the job runtime\n- # to prevent those from running too long before being terminated.\n- timeout-minutes: 15\n- runs-on: ${{ matrix.os }}\n- permissions:\n- id-token: write\n- contents: read\n- strategy:\n- matrix:\n- python-version: ['3.9', '3.10', '3.11', '3.12']\n- os: [ubuntu-latest, windows-latest, macOS-latest]\n- env:\n- PYTHON: ${{ matrix.python-version }}\n- steps:\n- - uses: actions/checkout@v4\n- if: ${{ !inputs.branch }}\n- \n- - uses: actions/checkout@v4\n- if: ${{ inputs.branch }}\n- with:\n- ref: ${{ inputs.branch }}\n- fetch-depth: 0\n-\n- - name: Set up Python ${{ matrix.python-version }}\n- uses: actions/setup-python@v5\n- with:\n- python-version: ${{ matrix.python-version }}\n- \n- - name: Install Dependencies\n- run: pip install --upgrade -r requirements-development.txt\n-\n- - name: Run Linting\n- run: hatch run lint\n-\n- - name: Run Tests\n- run: hatch run test\n\\ No newline at end of file"}]}} |
| {"time": "2024-04-22T16:03:02+00:00", "type": "timeline:committed", "payload": {"sha": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "node_id": "C_kwDOKNhT9doAKGFmMWU1MDY0ZDg1ZGE0YzY5ZTE3NTEwYTRhMThlMGI0YzdhMDc1NGU", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "author": {"name": "Charles Moore", "email": "moorec@amazon.com", "date": "2024-04-22T16:03:02Z"}, "committer": {"name": "Charles Moore", "email": "moorec@amazon.com", "date": "2024-04-22T16:23:22Z"}, "tree": {"sha": "5c042c32ee6ccbf44dad83605a5a8d973123a034", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees/5c042c32ee6ccbf44dad83605a5a8d973123a034"}, "message": "ci: add reusable workflows\n\nSigned-off-by: Charles Moore <moorec@amazon.com>", "parents": [{"sha": "87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/commit/87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa"}], "verification": {"verified": false, "reason": "unsigned", "signature": null, "payload": null, "verified_at": null}, "event": "committed"}} |
| {"time": "2024-04-22T16:11:19+00:00", "type": "pr", "payload": {"url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102", "id": 1834971460, "node_id": "PR_kwDOKNhT9c5tX3FE", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102", "diff_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102.diff", "patch_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102.patch", "issue_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/102", "number": 102, "state": "closed", "locked": false, "title": "ci: add reusable workflows", "user": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "### What was the problem/requirement? (What/Why)\r\nWe have moved the functional code for the workflows to the organization [.github repository](https://github.com/OpenJobDescription/.github/tree/mainline/.github/workflows) to be called as reusable workflows. This allows us to reduce the amount of locations code needs to be modified for workflow changes.\r\n\r\n### What was the solution? (How)\r\n1. Remove reuse_python_build.yml since this is now stored in the .github repository\r\n2. Change the bump, publish, code quality workflows to call the reusable workflows in the .github repository\r\n\r\n### What is the impact of this change?\r\nworkflows in this repository now call reusable repositories from the .gihtub repository\r\n\r\n### How was this change tested?\r\nTested in a development org and repository\r\n\r\n### Was this change documented?\r\nno\r\n\r\n### Is this a breaking change?\r\nno\r\n\r\n----\r\n\r\n*By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.*", "created_at": "2024-04-22T16:11:19Z", "updated_at": "2024-04-22T21:02:17Z", "closed_at": "2024-04-22T21:02:13Z", "merged_at": "2024-04-22T21:02:13Z", "merge_commit_sha": "535b22727029d4ae24893a9f0487dfb9b2bbf736", "assignees": [], "requested_reviewers": [], "requested_teams": [], "labels": [], "milestone": null, "draft": false, "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102/commits", "review_comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102/comments", "review_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/102/comments", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "head": {"label": "moorec-aws:moorec/reusable_workflows", "ref": "moorec/reusable_workflows", "sha": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "user": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "repo": {"id": 789173939, "node_id": "R_kgDOLwnWsw", "name": "openjd-model-for-python", "full_name": "moorec-aws/openjd-model-for-python", "private": false, "owner": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/moorec-aws/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": true, "url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python", "forks_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/deployments", "created_at": "2024-04-19T21:14:25Z", "updated_at": "2025-11-27T15:25:06Z", "pushed_at": "2025-11-27T20:44:58Z", "git_url": "git://github.com/moorec-aws/openjd-model-for-python.git", "ssh_url": "git@github.com:moorec-aws/openjd-model-for-python.git", "clone_url": "https://github.com/moorec-aws/openjd-model-for-python.git", "svn_url": "https://github.com/moorec-aws/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 557, "stargazers_count": 0, "watchers_count": 0, "language": "Python", "has_issues": false, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 0, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 0, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 0, "open_issues": 0, "watchers": 0, "default_branch": "mainline"}}, "base": {"label": "OpenJobDescription:mainline", "ref": "mainline", "sha": "87e4d3dcdefb14f727fc0c88baa50cf95fd6e8fa", "user": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "repo": {"id": 685265909, "node_id": "R_kgDOKNhT9Q", "name": "openjd-model-for-python", "full_name": "OpenJobDescription/openjd-model-for-python", "private": false, "owner": {"login": "OpenJobDescription", "id": 142452466, "node_id": "O_kgDOCH2m8g", "avatar_url": "https://avatars.githubusercontent.com/u/142452466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/OpenJobDescription", "html_url": "https://github.com/OpenJobDescription", "followers_url": "https://api.github.com/users/OpenJobDescription/followers", "following_url": "https://api.github.com/users/OpenJobDescription/following{/other_user}", "gists_url": "https://api.github.com/users/OpenJobDescription/gists{/gist_id}", "starred_url": "https://api.github.com/users/OpenJobDescription/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/OpenJobDescription/subscriptions", "organizations_url": "https://api.github.com/users/OpenJobDescription/orgs", "repos_url": "https://api.github.com/users/OpenJobDescription/repos", "events_url": "https://api.github.com/users/OpenJobDescription/events{/privacy}", "received_events_url": "https://api.github.com/users/OpenJobDescription/received_events", "type": "Organization", "user_view_type": "public", "site_admin": false}, "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "description": "Provides a Python implementation of the data model for Open Job Description's template schemas.", "fork": false, "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python", "forks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/forks", "keys_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/keys{/key_id}", "collaborators_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/collaborators{/collaborator}", "teams_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/teams", "hooks_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/hooks", "issue_events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events{/number}", "events_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/events", "assignees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/assignees{/user}", "branches_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/branches{/branch}", "tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/tags", "blobs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/blobs{/sha}", "git_tags_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/tags{/sha}", "git_refs_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/refs{/sha}", "trees_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/trees{/sha}", "statuses_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/{sha}", "languages_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/languages", "stargazers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/stargazers", "contributors_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contributors", "subscribers_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscribers", "subscription_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/subscription", "commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits{/sha}", "git_commits_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/git/commits{/sha}", "comments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/comments{/number}", "issue_comment_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/comments{/number}", "contents_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/contents/{+path}", "compare_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/compare/{base}...{head}", "merges_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/merges", "archive_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/{archive_format}{/ref}", "downloads_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/downloads", "issues_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues{/number}", "pulls_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls{/number}", "milestones_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/milestones{/number}", "notifications_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/notifications{?since,all,participating}", "labels_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/labels{/name}", "releases_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/releases{/id}", "deployments_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/deployments", "created_at": "2023-08-30T21:28:48Z", "updated_at": "2026-05-19T19:09:34Z", "pushed_at": "2026-05-19T19:09:34Z", "git_url": "git://github.com/OpenJobDescription/openjd-model-for-python.git", "ssh_url": "git@github.com:OpenJobDescription/openjd-model-for-python.git", "clone_url": "https://github.com/OpenJobDescription/openjd-model-for-python.git", "svn_url": "https://github.com/OpenJobDescription/openjd-model-for-python", "homepage": "https://github.com/OpenJobDescription/openjd-specifications/wiki", "size": 488, "stargazers_count": 12, "watchers_count": 12, "language": "Python", "has_issues": true, "has_projects": true, "has_downloads": true, "has_wiki": false, "has_pages": false, "has_discussions": false, "forks_count": 20, "mirror_url": null, "archived": false, "disabled": false, "open_issues_count": 9, "license": {"key": "apache-2.0", "name": "Apache License 2.0", "spdx_id": "Apache-2.0", "url": "https://api.github.com/licenses/apache-2.0", "node_id": "MDc6TGljZW5zZTI="}, "allow_forking": true, "is_template": false, "web_commit_signoff_required": false, "has_pull_requests": true, "pull_request_creation_policy": "all", "topics": [], "visibility": "public", "forks": 20, "open_issues": 9, "watchers": 12, "default_branch": "mainline"}}, "_links": {"self": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102"}, "html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102"}, "issue": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/102"}, "comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/102/comments"}, "review_comments": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102/comments"}, "review_comment": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/comments{/number}"}, "commits": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102/commits"}, "statuses": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/statuses/af1e5064d85da4c69e17510a4a18e0b4c7a0754e"}}, "author_association": "CONTRIBUTOR", "auto_merge": null, "assignee": null, "active_lock_reason": null, "merged": true, "mergeable": null, "rebaseable": null, "mergeable_state": "unknown", "merged_by": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "comments": 0, "review_comments": 0, "maintainer_can_modify": false, "commits": 1, "additions": 19, "deletions": 298, "changed_files": 4}} |
| {"time": "2024-04-22T16:20:11+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12562600829, "node_id": "HRFPE_lADOKNhT9c6GhkJ3zwAAAALsyhN9", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12562600829", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "773f3595372d8f8ae3c0654d7667651b3b46660b", "commit_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/commits/773f3595372d8f8ae3c0654d7667651b3b46660b", "created_at": "2024-04-22T16:20:11Z", "performed_via_github_app": null}} |
| {"time": "2024-04-22T16:22:41+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12562631989, "node_id": "HRFPE_lADOKNhT9c6GhkJ3zwAAAALsyo01", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12562631989", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "fdb4652389cfaf133ff3d66975015d4ff9e35a77", "commit_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/commits/fdb4652389cfaf133ff3d66975015d4ff9e35a77", "created_at": "2024-04-22T16:22:41Z", "performed_via_github_app": null}} |
| {"time": "2024-04-22T16:23:40+00:00", "type": "timeline:head_ref_force_pushed", "payload": {"id": 12562643494, "node_id": "HRFPE_lADOKNhT9c6GhkJ3zwAAAALsyrom", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12562643494", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_force_pushed", "commit_id": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "commit_url": "https://api.github.com/repos/moorec-aws/openjd-model-for-python/commits/af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "created_at": "2024-04-22T16:23:40Z", "performed_via_github_app": null}} |
| {"time": "2024-04-22T16:38:33+00:00", "type": "timeline:ready_for_review", "payload": {"id": 12562817253, "node_id": "RFRE_lADOKNhT9c6GhkJ3zwAAAALszWDl", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12562817253", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "ready_for_review", "commit_id": null, "commit_url": null, "created_at": "2024-04-22T16:38:33Z", "performed_via_github_app": null}} |
| {"time": "2024-04-22T16:38:33+00:00", "type": "timeline:review_requested", "payload": {"id": 12562817356, "node_id": "RRE_lADOKNhT9c6GhkJ3zwAAAALszWFM", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12562817356", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "review_requested", "commit_id": null, "commit_url": null, "created_at": "2024-04-22T16:38:33Z", "review_requester": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "requested_team": {"name": "Developers", "id": 8513209, "node_id": "T_kwDOCH2m8s4Agea5", "slug": "developers", "description": "", "privacy": "closed", "notification_setting": "notifications_enabled", "url": "https://api.github.com/organizations/142452466/team/8513209", "html_url": "https://github.com/orgs/OpenJobDescription/teams/developers", "members_url": "https://api.github.com/organizations/142452466/team/8513209/members{/member}", "repositories_url": "https://api.github.com/organizations/142452466/team/8513209/repos", "type": "organization", "organization_id": 142452466, "permission": "push", "permissions": {"admin": false, "maintain": false, "push": true, "triage": true, "pull": true}, "parent": null}, "performed_via_github_app": null}} |
| {"time": "2024-04-22T19:44:37+00:00", "type": "review", "payload": {"id": 2015671794, "node_id": "PRR_kwDOKNhT9c54JLXy", "user": {"login": "jericht", "id": 68654047, "node_id": "MDQ6VXNlcjY4NjU0MDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/68654047?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jericht", "html_url": "https://github.com/jericht", "followers_url": "https://api.github.com/users/jericht/followers", "following_url": "https://api.github.com/users/jericht/following{/other_user}", "gists_url": "https://api.github.com/users/jericht/gists{/gist_id}", "starred_url": "https://api.github.com/users/jericht/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jericht/subscriptions", "organizations_url": "https://api.github.com/users/jericht/orgs", "repos_url": "https://api.github.com/users/jericht/repos", "events_url": "https://api.github.com/users/jericht/events{/privacy}", "received_events_url": "https://api.github.com/users/jericht/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015671794", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102", "author_association": "CONTRIBUTOR", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015671794"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102"}}, "submitted_at": "2024-04-22T19:44:37Z", "commit_id": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e"}} |
| {"time": "2024-04-22T19:44:37+00:00", "type": "timeline:reviewed", "payload": {"id": 2015671794, "node_id": "PRR_kwDOKNhT9c54JLXy", "user": {"login": "jericht", "id": 68654047, "node_id": "MDQ6VXNlcjY4NjU0MDQ3", "avatar_url": "https://avatars.githubusercontent.com/u/68654047?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jericht", "html_url": "https://github.com/jericht", "followers_url": "https://api.github.com/users/jericht/followers", "following_url": "https://api.github.com/users/jericht/following{/other_user}", "gists_url": "https://api.github.com/users/jericht/gists{/gist_id}", "starred_url": "https://api.github.com/users/jericht/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/jericht/subscriptions", "organizations_url": "https://api.github.com/users/jericht/orgs", "repos_url": "https://api.github.com/users/jericht/repos", "events_url": "https://api.github.com/users/jericht/events{/privacy}", "received_events_url": "https://api.github.com/users/jericht/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015671794", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015671794"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102"}}, "submitted_at": "2024-04-22T19:44:37Z", "updated_at": "2024-04-22T19:44:37Z", "author_association": "CONTRIBUTOR", "event": "reviewed"}} |
| {"time": "2024-04-22T20:36:03+00:00", "type": "review", "payload": {"id": 2015758901, "node_id": "PRR_kwDOKNhT9c54Jgo1", "user": {"login": "npmacl", "id": 142927985, "node_id": "U_kgDOCITocQ", "avatar_url": "https://avatars.githubusercontent.com/u/142927985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/npmacl", "html_url": "https://github.com/npmacl", "followers_url": "https://api.github.com/users/npmacl/followers", "following_url": "https://api.github.com/users/npmacl/following{/other_user}", "gists_url": "https://api.github.com/users/npmacl/gists{/gist_id}", "starred_url": "https://api.github.com/users/npmacl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/npmacl/subscriptions", "organizations_url": "https://api.github.com/users/npmacl/orgs", "repos_url": "https://api.github.com/users/npmacl/repos", "events_url": "https://api.github.com/users/npmacl/events{/privacy}", "received_events_url": "https://api.github.com/users/npmacl/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "state": "APPROVED", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015758901", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102", "author_association": "NONE", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015758901"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102"}}, "submitted_at": "2024-04-22T20:36:03Z", "commit_id": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e"}} |
| {"time": "2024-04-22T20:36:03+00:00", "type": "timeline:reviewed", "payload": {"id": 2015758901, "node_id": "PRR_kwDOKNhT9c54Jgo1", "user": {"login": "npmacl", "id": 142927985, "node_id": "U_kgDOCITocQ", "avatar_url": "https://avatars.githubusercontent.com/u/142927985?v=4", "gravatar_id": "", "url": "https://api.github.com/users/npmacl", "html_url": "https://github.com/npmacl", "followers_url": "https://api.github.com/users/npmacl/followers", "following_url": "https://api.github.com/users/npmacl/following{/other_user}", "gists_url": "https://api.github.com/users/npmacl/gists{/gist_id}", "starred_url": "https://api.github.com/users/npmacl/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/npmacl/subscriptions", "organizations_url": "https://api.github.com/users/npmacl/orgs", "repos_url": "https://api.github.com/users/npmacl/repos", "events_url": "https://api.github.com/users/npmacl/events{/privacy}", "received_events_url": "https://api.github.com/users/npmacl/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "body": "", "commit_id": "af1e5064d85da4c69e17510a4a18e0b4c7a0754e", "state": "approved", "html_url": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015758901", "pull_request_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102", "_links": {"html": {"href": "https://github.com/OpenJobDescription/openjd-model-for-python/pull/102#pullrequestreview-2015758901"}, "pull_request": {"href": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/pulls/102"}}, "submitted_at": "2024-04-22T20:36:03Z", "updated_at": "2024-04-22T20:36:03Z", "author_association": "NONE", "event": "reviewed"}} |
| {"time": "2024-04-22T21:02:13+00:00", "type": "timeline:merged", "payload": {"id": 12565736743, "node_id": "ME_lADOKNhT9c6GhkJ3zwAAAALs-e0n", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12565736743", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "merged", "commit_id": "535b22727029d4ae24893a9f0487dfb9b2bbf736", "commit_url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/commits/535b22727029d4ae24893a9f0487dfb9b2bbf736", "created_at": "2024-04-22T21:02:13Z", "performed_via_github_app": null}} |
| {"time": "2024-04-22T21:02:13+00:00", "type": "timeline:closed", "payload": {"id": 12565736767, "node_id": "CE_lADOKNhT9c6GhkJ3zwAAAALs-e0_", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12565736767", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "closed", "commit_id": null, "commit_url": null, "created_at": "2024-04-22T21:02:13Z", "state_reason": null, "performed_via_github_app": null}} |
| {"time": "2024-04-22T21:02:17+00:00", "type": "timeline:head_ref_deleted", "payload": {"id": 12565737391, "node_id": "HRDE_lADOKNhT9c6GhkJ3zwAAAALs-e-v", "url": "https://api.github.com/repos/OpenJobDescription/openjd-model-for-python/issues/events/12565737391", "actor": {"login": "moorec-aws", "id": 122481442, "node_id": "U_kgDOB0zrIg", "avatar_url": "https://avatars.githubusercontent.com/u/122481442?v=4", "gravatar_id": "", "url": "https://api.github.com/users/moorec-aws", "html_url": "https://github.com/moorec-aws", "followers_url": "https://api.github.com/users/moorec-aws/followers", "following_url": "https://api.github.com/users/moorec-aws/following{/other_user}", "gists_url": "https://api.github.com/users/moorec-aws/gists{/gist_id}", "starred_url": "https://api.github.com/users/moorec-aws/starred{/owner}{/repo}", "subscriptions_url": "https://api.github.com/users/moorec-aws/subscriptions", "organizations_url": "https://api.github.com/users/moorec-aws/orgs", "repos_url": "https://api.github.com/users/moorec-aws/repos", "events_url": "https://api.github.com/users/moorec-aws/events{/privacy}", "received_events_url": "https://api.github.com/users/moorec-aws/received_events", "type": "User", "user_view_type": "public", "site_admin": false}, "event": "head_ref_deleted", "commit_id": null, "commit_url": null, "created_at": "2024-04-22T21:02:17Z", "performed_via_github_app": null}} |
|
|