Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test Lagoon webhook handler with new uselagoon/webhook-handler:v2.16.0 #1104

Closed
AlexSkrypnyk opened this issue Dec 18, 2023 · 2 comments
Closed
Assignees
Labels
State: Confirmed The issue was triaged and confirmed for development Type: Defect Issue is a defect
Milestone

Comments

@AlexSkrypnyk
Copy link
Member

Validate that GHA to close PRs is compatible with uselagoon/webhook-handler:v2.16.0

@github-project-automation github-project-automation bot moved this to BACKLOG in Vortex Dec 18, 2023
@AlexSkrypnyk AlexSkrypnyk added this to the 1.20 milestone Jan 2, 2024
@AlexSkrypnyk AlexSkrypnyk added the Type: Defect Issue is a defect label Jan 2, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from BACKLOG to Next release in Vortex Jan 2, 2024
@AlexSkrypnyk AlexSkrypnyk modified the milestones: 1.20, 1.21 Feb 15, 2024
@AlexSkrypnyk
Copy link
Member Author

Blocked by #1027

@AlexSkrypnyk AlexSkrypnyk changed the title Test Lagoon webhook handler Test Lagoon webhook handler with new uselagoon/webhook-handler:v2.16.0 Apr 8, 2024
@AlexSkrypnyk AlexSkrypnyk added BLOCKED Issue or pull request is blocked State: Confirmed The issue was triaged and confirmed for development labels Apr 8, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from Next release to BACKLOG in Vortex Apr 8, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from BACKLOG to Next release in Vortex Apr 16, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from Next release to To do for current release in Vortex Apr 16, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from To do for current release to Next release in Vortex Apr 16, 2024
@AlexSkrypnyk AlexSkrypnyk modified the milestones: 2.1, 1.23 Aug 16, 2024
@AlexSkrypnyk AlexSkrypnyk removed the BLOCKED Issue or pull request is blocked label Aug 16, 2024
@AlexSkrypnyk AlexSkrypnyk self-assigned this Aug 16, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from Next release to To do for current release in Vortex Aug 16, 2024
@AlexSkrypnyk
Copy link
Member Author

AlexSkrypnyk commented Aug 17, 2024

Not sure what version is installed in the AIO public cloud at https://hooks.lagoon.amazeeio.cloud/, but it is working correctly:

2024-08-17T01:58:48.0096574Z Current runner version: '2.319.1'
2024-08-17T01:58:48.0120899Z ##[group]Operating System
2024-08-17T01:58:48.0121909Z Ubuntu
2024-08-17T01:58:48.0122350Z 22.04.4
2024-08-17T01:58:48.0122780Z LTS
2024-08-17T01:58:48.0123101Z ##[endgroup]
2024-08-17T01:58:48.0123514Z ##[group]Runner Image
2024-08-17T01:58:48.0124039Z Image: ubuntu-22.04
2024-08-17T01:58:48.0124433Z Version: 20240811.1.0
2024-08-17T01:58:48.0125465Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240811.1/images/ubuntu/Ubuntu2204-Readme.md
2024-08-17T01:58:48.0127027Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240811.1
2024-08-17T01:58:48.0127884Z ##[endgroup]
2024-08-17T01:58:48.0128300Z ##[group]Runner Image Provisioner
2024-08-17T01:58:48.0128862Z 2.0.374.1
2024-08-17T01:58:48.0129177Z ##[endgroup]
2024-08-17T01:58:48.0144820Z ##[group]GITHUB_TOKEN Permissions
2024-08-17T01:58:48.0146749Z Actions: write
2024-08-17T01:58:48.0147537Z Attestations: write
2024-08-17T01:58:48.0148027Z Checks: write
2024-08-17T01:58:48.0148478Z Contents: write
2024-08-17T01:58:48.0148868Z Deployments: write
2024-08-17T01:58:48.0149232Z Discussions: write
2024-08-17T01:58:48.0149700Z Issues: write
2024-08-17T01:58:48.0150091Z Metadata: read
2024-08-17T01:58:48.0150446Z Packages: write
2024-08-17T01:58:48.0150912Z Pages: write
2024-08-17T01:58:48.0151294Z PullRequests: write
2024-08-17T01:58:48.0151682Z RepositoryProjects: write
2024-08-17T01:58:48.0152225Z SecurityEvents: write
2024-08-17T01:58:48.0152640Z Statuses: write
2024-08-17T01:58:48.0152980Z ##[endgroup]
2024-08-17T01:58:48.0156022Z Secret source: Actions
2024-08-17T01:58:48.0156929Z Prepare workflow directory
2024-08-17T01:58:48.0777902Z Prepare all required actions
2024-08-17T01:58:48.1007015Z Complete job name: remove_lagoon_environment
2024-08-17T01:58:48.2124304Z ##[group]Run cat "$GITHUB_EVENT_PATH" | curl \
2024-08-17T01:58:48.2125146Z �[36;1mcat "$GITHUB_EVENT_PATH" | curl \�[0m
2024-08-17T01:58:48.2125763Z �[36;1m  -X POST \�[0m
2024-08-17T01:58:48.2126404Z �[36;1m  --header "Content-Type: application/json" \�[0m
2024-08-17T01:58:48.2127253Z �[36;1m  --header "X-GitHub-Delivery: ${RUNNER_TRACKING_ID:7}" \�[0m
2024-08-17T01:58:48.2128056Z �[36;1m  --header "X-GitHub-Event: pull_request" \�[0m
2024-08-17T01:58:48.2128726Z �[36;1m  --data-binary @- \�[0m
2024-08-17T01:58:48.2129506Z �[36;1m  "${LAGOON_WEBHOOK_ENDPOINT:-https://hooks.lagoon.amazeeio.cloud/}"�[0m
2024-08-17T01:58:48.2675873Z shell: /usr/bin/bash -e {0}
2024-08-17T01:58:48.2676727Z env:
2024-08-17T01:58:48.2677336Z   LAGOON_WEBHOOK_ENDPOINT: 
2024-08-17T01:58:48.2677845Z ##[endgroup]
2024-08-17T01:58:48.3183974Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2024-08-17T01:58:48.3185076Z                                  Dload  Upload   Total   Spent    Left  Speed
2024-08-17T01:58:48.3185606Z 
2024-08-17T01:58:49.0194393Z {
2024-08-17T01:58:49.0693081Z   "data": {
2024-08-17T01:58:49.0855939Z     "webhooktype": "github",
2024-08-17T01:58:49.0861977Z     "event": "pull_request",
2024-08-17T01:58:49.0863437Z     "body": {
2024-08-17T01:58:49.0864626Z       "action": "closed",
2024-08-17T01:58:49.0865112Z       "number": 3,
2024-08-17T01:58:49.0865868Z       "organization": {
2024-08-17T01:58:49.0867108Z         "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.0868508Z         "description": "DevOps for Drupal",
2024-08-17T01:58:49.0869610Z         "events_url": "https://api.github.com/orgs/drevops/events",
2024-08-17T01:58:49.0870833Z         "hooks_url": "https://api.github.com/orgs/drevops/hooks",
2024-08-17T01:58:49.0871790Z         "id": 57469219,
2024-08-17T01:58:49.0873742Z         "issues_url": "https://api.github.com/orgs/drevops/issues",
2024-08-17T01:58:49.0879337Z         "login": "drevops",
2024-08-17T01:58:49.0880759Z         "members_url": "https://api.github.com/orgs/drevops/members{/member}",
2024-08-17T01:58:49.0881955Z         "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.0883817Z         "public_members_url": "https://api.github.com/orgs/drevops/public_members{/member}",
2024-08-17T01:58:49.0885341Z         "repos_url": "https://api.github.com/orgs/drevops/repos",
2024-08-17T01:58:49.0886422Z         "url": "https://api.github.com/orgs/drevops"
2024-08-17T01:58:49.0887856Z       },
2024-08-17T01:58:49.0888654Z       "pull_request": {
2024-08-17T01:58:49.0889770Z         "_links": {
2024-08-17T01:58:49.0890532Z           "comments": {
2024-08-17T01:58:49.0892148Z             "href": "https://api.github.com/repos/drevops/website/issues/3/comments"
2024-08-17T01:58:49.0893229Z           },
2024-08-17T01:58:49.0894046Z           "commits": {
2024-08-17T01:58:49.0895622Z             "href": "https://api.github.com/repos/drevops/website/pulls/3/commits"
2024-08-17T01:58:49.0897076Z           },
2024-08-17T01:58:49.0898391Z           "html": {
2024-08-17T01:58:49.0899904Z             "href": "https://github.com/drevops/website/pull/3"
2024-08-17T01:58:49.0902755Z           },
2024-08-17T01:58:49.0903758Z           "issue": {
2024-08-17T01:58:49.0904967Z             "href": "https://api.github.com/repos/drevops/website/issues/3"
2024-08-17T01:58:49.0906159Z           },
2024-08-17T01:58:49.0906999Z           "review_comment": {
2024-08-17T01:58:49.0908570Z             "href": "https://api.github.com/repos/drevops/website/pulls/comments{/number}"
2024-08-17T01:58:49.0909749Z           },
2024-08-17T01:58:49.0910729Z           "review_comments": {
2024-08-17T01:58:49.0911727Z             "href": "https://api.github.com/repos/drevops/website/pulls/3/comments"
2024-08-17T01:58:49.0912824Z           },
2024-08-17T01:58:49.0913791Z           "self": {
2024-08-17T01:58:49.0914858Z             "href": "https://api.github.com/repos/drevops/website/pulls/3"
2024-08-17T01:58:49.0916606Z           },
2024-08-17T01:58:49.0917545Z           "statuses": {
2024-08-17T01:58:49.0919090Z             "href": "https://api.github.com/repos/drevops/website/statuses/e52e04b812e3ede4f7b6f7d043a735e52d8b3dee"
2024-08-17T01:58:49.0920594Z           }
2024-08-17T01:58:49.0931761Z         },
2024-08-17T01:58:49.0932714Z         "active_lock_reason": null,
2024-08-17T01:58:49.0933508Z         "additions": 24,
2024-08-17T01:58:49.0934349Z         "assignee": {
2024-08-17T01:58:49.0935905Z           "avatar_url": "https://avatars.githubusercontent.com/u/378794?v=4",
2024-08-17T01:58:49.0937602Z           "events_url": "https://api.github.com/users/AlexSkrypnyk/events{/privacy}",
2024-08-17T01:58:49.0939036Z           "followers_url": "https://api.github.com/users/AlexSkrypnyk/followers",
2024-08-17T01:58:49.0949648Z           "following_url": "https://api.github.com/users/AlexSkrypnyk/following{/other_user}",
2024-08-17T01:58:49.0968436Z           "gists_url": "https://api.github.com/users/AlexSkrypnyk/gists{/gist_id}",
2024-08-17T01:58:49.0969494Z           "gravatar_id": "",
2024-08-17T01:58:49.0970491Z           "html_url": "https://github.com/AlexSkrypnyk",
2024-08-17T01:58:49.0971267Z           "id": 378794,
2024-08-17T01:58:49.0971991Z           "login": "AlexSkrypnyk",
2024-08-17T01:58:49.0972931Z           "node_id": "MDQ6VXNlcjM3ODc5NA==",
2024-08-17T01:58:49.0974035Z           "organizations_url": "https://api.github.com/users/AlexSkrypnyk/orgs",
2024-08-17T01:58:49.0975483Z           "received_events_url": "https://api.github.com/users/AlexSkrypnyk/received_events",
2024-08-17T01:58:49.0977029Z           "repos_url": "https://api.github.com/users/AlexSkrypnyk/repos",
2024-08-17T01:58:49.0978255Z           "site_admin": false,
2024-08-17T01:58:49.0980065Z           "starred_url": "https://api.github.com/users/AlexSkrypnyk/starred{/owner}{/repo}",
2024-08-17T01:58:49.0981389Z           "subscriptions_url": "https://api.github.com/users/AlexSkrypnyk/subscriptions",
2024-08-17T01:58:49.0982579Z           "type": "User",
2024-08-17T01:58:49.0983659Z           "url": "https://api.github.com/users/AlexSkrypnyk"
2024-08-17T01:58:49.0984503Z         },
2024-08-17T01:58:49.0985458Z         "assignees": [
2024-08-17T01:58:49.0986546Z           {
2024-08-17T01:58:49.0987701Z             "avatar_url": "https://avatars.githubusercontent.com/u/378794?v=4",
2024-08-17T01:58:49.0989171Z             "events_url": "https://api.github.com/users/AlexSkrypnyk/events{/privacy}",
2024-08-17T01:58:49.0991314Z             "followers_url": "https://api.github.com/users/AlexSkrypnyk/followers",
2024-08-17T01:58:49.0993256Z             "following_url": "https://api.github.com/users/AlexSkrypnyk/following{/other_user}",
2024-08-17T01:58:49.0994791Z             "gists_url": "https://api.github.com/users/AlexSkrypnyk/gists{/gist_id}",
2024-08-17T01:58:49.0996093Z             "gravatar_id": "",
2024-08-17T01:58:49.0998361Z             "html_url": "https://github.com/AlexSkrypnyk",
2024-08-17T01:58:49.0999063Z             "id": 378794,
2024-08-17T01:58:49.0999521Z             "login": "AlexSkrypnyk",
2024-08-17T01:58:49.1000052Z             "node_id": "MDQ6VXNlcjM3ODc5NA==",
2024-08-17T01:58:49.1000827Z             "organizations_url": "https://api.github.com/users/AlexSkrypnyk/orgs",
2024-08-17T01:58:49.1001852Z             "received_events_url": "https://api.github.com/users/AlexSkrypnyk/received_events",
2024-08-17T01:58:49.1002798Z             "repos_url": "https://api.github.com/users/AlexSkrypnyk/repos",
2024-08-17T01:58:49.1003868Z             "site_admin": false,
2024-08-17T01:58:49.1004960Z             "starred_url": "https://api.github.com/users/AlexSkrypnyk/starred{/owner}{/repo}",
2024-08-17T01:58:49.1006314Z             "subscriptions_url": "https://api.github.com/users/AlexSkrypnyk/subscriptions",
2024-08-17T01:58:49.1007205Z             "type": "User",
2024-08-17T01:58:49.1007706Z             "url": "https://api.github.com/users/AlexSkrypnyk"
2024-08-17T01:58:49.1008285Z           }
2024-08-17T01:58:49.1008693Z         ],
2024-08-17T01:58:49.1009261Z         "author_association": "CONTRIBUTOR",
2024-08-17T01:58:49.1009923Z         "auto_merge": null,
2024-08-17T01:58:49.1010716Z         "base": {
2024-08-17T01:58:49.1011132Z           "label": "drevops:develop",
2024-08-17T01:58:49.1011649Z           "ref": "develop",
2024-08-17T01:58:49.1012161Z           "repo": {
2024-08-17T01:58:49.1012548Z             "allow_auto_merge": false,
2024-08-17T01:58:49.1013061Z             "allow_forking": false,
2024-08-17T01:58:49.1013628Z             "allow_merge_commit": false,
2024-08-17T01:58:49.1014101Z             "allow_rebase_merge": true,
2024-08-17T01:58:49.1014632Z             "allow_squash_merge": true,
2024-08-17T01:58:49.1015457Z             "allow_update_branch": true,
2024-08-17T01:58:49.1016511Z             "archive_url": "https://api.github.com/repos/drevops/website/{archive_format}{/ref}",
2024-08-17T01:58:49.1017329Z             "archived": false,
2024-08-17T01:58:49.1018144Z             "assignees_url": "https://api.github.com/repos/drevops/website/assignees{/user}",
2024-08-17T01:58:49.1019120Z             "blobs_url": "https://api.github.com/repos/drevops/website/git/blobs{/sha}",
2024-08-17T01:58:49.1020135Z             "branches_url": "https://api.github.com/repos/drevops/website/branches{/branch}",
2024-08-17T01:58:49.1021106Z             "clone_url": "https://github.com/drevops/website.git",
2024-08-17T01:58:49.1022085Z             "collaborators_url": "https://api.github.com/repos/drevops/website/collaborators{/collaborator}",
2024-08-17T01:58:49.1023517Z             "comments_url": "https://api.github.com/repos/drevops/website/comments{/number}",
2024-08-17T01:58:49.1024609Z             "commits_url": "https://api.github.com/repos/drevops/website/commits{/sha}",
2024-08-17T01:58:49.1025657Z             "compare_url": "https://api.github.com/repos/drevops/website/compare/{base}...{head}",
2024-08-17T01:58:49.1026682Z             "contents_url": "https://api.github.com/repos/drevops/website/contents/{+path}",
2024-08-17T01:58:49.1027789Z             "contributors_url": "https://api.github.com/repos/drevops/website/contributors",
2024-08-17T01:58:49.1028793Z             "created_at": "2024-08-12T04:40:20Z",
2024-08-17T01:58:49.1029300Z             "default_branch": "develop",
2024-08-17T01:58:49.1030695Z             "delete_branch_on_merge": true,
2024-08-17T01:58:49.1031871Z             "deployments_url": "https://api.github.com/repos/drevops/website/deployments",
2024-08-17T01:58:49.1032907Z             "description": "Marketing website for drevops.com",
2024-08-17T01:58:49.1033705Z             "disabled": false,
2024-08-17T01:58:49.1034398Z             "downloads_url": "https://api.github.com/repos/drevops/website/downloads",
2024-08-17T01:58:49.1035323Z             "events_url": "https://api.github.com/repos/drevops/website/events",
2024-08-17T01:58:49.1036373Z             "fork": false,
2024-08-17T01:58:49.1037304Z             "forks": 0,
2024-08-17T01:58:49.1037831Z             "forks_count": 0,
2024-08-17T01:58:49.1038600Z             "forks_url": "https://api.github.com/repos/drevops/website/forks",
2024-08-17T01:58:49.1039317Z             "full_name": "drevops/website",
2024-08-17T01:58:49.1040356Z             "git_commits_url": "https://api.github.com/repos/drevops/website/git/commits{/sha}",
2024-08-17T01:58:49.1041352Z             "git_refs_url": "https://api.github.com/repos/drevops/website/git/refs{/sha}",
2024-08-17T01:58:49.1042332Z             "git_tags_url": "https://api.github.com/repos/drevops/website/git/tags{/sha}",
2024-08-17T01:58:49.1043700Z             "git_url": "git://github.com/drevops/website.git",
2024-08-17T01:58:49.1044312Z             "has_discussions": false,
2024-08-17T01:58:49.1044816Z             "has_downloads": true,
2024-08-17T01:58:49.1045370Z             "has_issues": true,
2024-08-17T01:58:49.1045784Z             "has_pages": false,
2024-08-17T01:58:49.1046238Z             "has_projects": false,
2024-08-17T01:58:49.1046783Z             "has_wiki": false,
2024-08-17T01:58:49.1047359Z             "homepage": null,
2024-08-17T01:58:49.1048021Z             "hooks_url": "https://api.github.com/repos/drevops/website/hooks",
2024-08-17T01:58:49.1048866Z             "html_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.1049419Z             "id": 841274974,
2024-08-17T01:58:49.1050043Z             "is_template": false,
2024-08-17T01:58:49.1051399Z             "issue_comment_url": "https://api.github.com/repos/drevops/website/issues/comments{/number}",
2024-08-17T01:58:49.1052629Z             "issue_events_url": "https://api.github.com/repos/drevops/website/issues/events{/number}",
2024-08-17T01:58:49.1054038Z             "issues_url": "https://api.github.com/repos/drevops/website/issues{/number}",
2024-08-17T01:58:49.1055201Z             "keys_url": "https://api.github.com/repos/drevops/website/keys{/key_id}",
2024-08-17T01:58:49.1056364Z             "labels_url": "https://api.github.com/repos/drevops/website/labels{/name}",
2024-08-17T01:58:49.1057067Z             "language": "Shell",
2024-08-17T01:58:49.1057837Z             "languages_url": "https://api.github.com/repos/drevops/website/languages",
2024-08-17T01:58:49.1058589Z             "license": null,
2024-08-17T01:58:49.1059025Z             "merge_commit_message": "PR_TITLE",
2024-08-17T01:58:49.1059843Z             "merge_commit_title": "MERGE_MESSAGE",
2024-08-17T01:58:49.1060613Z             "merges_url": "https://api.github.com/repos/drevops/website/merges",
2024-08-17T01:58:49.1542379Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2024-08-17T01:58:49.1544123Z 100 61544    0 31991  100 29553  40030  36979 --:--:-- --:--:-- --:--:-- 77122
2024-08-17T01:58:49.1546939Z             "milestones_url": "https://api.github.com/repos/drevops/website/milestones{/number}",
2024-08-17T01:58:49.1548813Z             "mirror_url": null,
2024-08-17T01:58:49.1550004Z             "name": "website",
2024-08-17T01:58:49.1551254Z             "node_id": "R_kgDOMiTWXg",
2024-08-17T01:58:49.1553391Z             "notifications_url": "https://api.github.com/repos/drevops/website/notifications{?since,all,participating}",
2024-08-17T01:58:49.1555519Z             "open_issues": 1,
2024-08-17T01:58:49.1556895Z             "open_issues_count": 1,
2024-08-17T01:58:49.1558131Z             "owner": {
2024-08-17T01:58:49.1559218Z               "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.1561039Z               "events_url": "https://api.github.com/users/drevops/events{/privacy}",
2024-08-17T01:58:49.1563585Z               "followers_url": "https://api.github.com/users/drevops/followers",
2024-08-17T01:58:49.1566054Z               "following_url": "https://api.github.com/users/drevops/following{/other_user}",
2024-08-17T01:58:49.1567932Z               "gists_url": "https://api.github.com/users/drevops/gists{/gist_id}",
2024-08-17T01:58:49.1570024Z               "gravatar_id": "",
2024-08-17T01:58:49.1572716Z               "html_url": "https://github.com/drevops",
2024-08-17T01:58:49.1574965Z               "id": 57469219,
2024-08-17T01:58:49.1576576Z               "login": "drevops",
2024-08-17T01:58:49.1578984Z               "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.1582434Z               "organizations_url": "https://api.github.com/users/drevops/orgs",
2024-08-17T01:58:49.1586104Z               "received_events_url": "https://api.github.com/users/drevops/received_events",
2024-08-17T01:58:49.1589517Z               "repos_url": "https://api.github.com/users/drevops/repos",
2024-08-17T01:58:49.1591819Z               "site_admin": false,
2024-08-17T01:58:49.1594216Z               "starred_url": "https://api.github.com/users/drevops/starred{/owner}{/repo}",
2024-08-17T01:58:49.1598304Z               "subscriptions_url": "https://api.github.com/users/drevops/subscriptions",
2024-08-17T01:58:49.1600806Z               "type": "Organization",
2024-08-17T01:58:49.1603035Z               "url": "https://api.github.com/users/drevops"
2024-08-17T01:58:49.1605037Z             },
2024-08-17T01:58:49.1606045Z             "private": true,
2024-08-17T01:58:49.1607255Z             "pulls_url": "https://api.github.com/repos/drevops/website/pulls{/number}",
2024-08-17T01:58:49.1609039Z             "pushed_at": "2024-08-17T01:28:12Z",
2024-08-17T01:58:49.1610495Z             "releases_url": "https://api.github.com/repos/drevops/website/releases{/id}",
2024-08-17T01:58:49.1611828Z             "size": 10202,
2024-08-17T01:58:49.1612876Z             "squash_merge_commit_message": "COMMIT_MESSAGES",
2024-08-17T01:58:49.1620552Z             "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2024-08-17T01:58:49.1626055Z             "ssh_url": "[email protected]:drevops/website.git",
2024-08-17T01:58:49.1627210Z             "stargazers_count": 0,
2024-08-17T01:58:49.1628521Z             "stargazers_url": "https://api.github.com/repos/drevops/website/stargazers",
2024-08-17T01:58:49.1630695Z             "statuses_url": "https://api.github.com/repos/drevops/website/statuses/{sha}",
2024-08-17T01:58:49.1637086Z             "subscribers_url": "https://api.github.com/repos/drevops/website/subscribers",
2024-08-17T01:58:49.1639045Z             "subscription_url": "https://api.github.com/repos/drevops/website/subscription",
2024-08-17T01:58:49.1640749Z             "svn_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.1653224Z             "tags_url": "https://api.github.com/repos/drevops/website/tags",
2024-08-17T01:58:49.1657150Z             "teams_url": "https://api.github.com/repos/drevops/website/teams",
2024-08-17T01:58:49.1658559Z             "topics": [],
2024-08-17T01:58:49.1659692Z             "trees_url": "https://api.github.com/repos/drevops/website/git/trees{/sha}",
2024-08-17T01:58:49.1661217Z             "updated_at": "2024-08-16T23:35:59Z",
2024-08-17T01:58:49.1662472Z             "url": "https://api.github.com/repos/drevops/website",
2024-08-17T01:58:49.1663628Z             "use_squash_pr_title_as_default": false,
2024-08-17T01:58:49.1664650Z             "visibility": "private",
2024-08-17T01:58:49.1665544Z             "watchers": 0,
2024-08-17T01:58:49.1666300Z             "watchers_count": 0,
2024-08-17T01:58:49.1667291Z             "web_commit_signoff_required": false
2024-08-17T01:58:49.1668224Z           },
2024-08-17T01:58:49.1669390Z           "sha": "b8a7e4b121f298e4a1d29572dffabc21063ab3de",
2024-08-17T01:58:49.1670610Z           "user": {
2024-08-17T01:58:49.1671723Z             "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.1673367Z             "events_url": "https://api.github.com/users/drevops/events{/privacy}",
2024-08-17T01:58:49.1675180Z             "followers_url": "https://api.github.com/users/drevops/followers",
2024-08-17T01:58:49.1677155Z             "following_url": "https://api.github.com/users/drevops/following{/other_user}",
2024-08-17T01:58:49.1678874Z             "gists_url": "https://api.github.com/users/drevops/gists{/gist_id}",
2024-08-17T01:58:49.1680201Z             "gravatar_id": "",
2024-08-17T01:58:49.1681191Z             "html_url": "https://github.com/drevops",
2024-08-17T01:58:49.1682240Z             "id": 57469219,
2024-08-17T01:58:49.1683131Z             "login": "drevops",
2024-08-17T01:58:49.1684229Z             "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.1685676Z             "organizations_url": "https://api.github.com/users/drevops/orgs",
2024-08-17T01:58:49.1687457Z             "received_events_url": "https://api.github.com/users/drevops/received_events",
2024-08-17T01:58:49.1689078Z             "repos_url": "https://api.github.com/users/drevops/repos",
2024-08-17T01:58:49.1690224Z             "site_admin": false,
2024-08-17T01:58:49.1691558Z             "starred_url": "https://api.github.com/users/drevops/starred{/owner}{/repo}",
2024-08-17T01:58:49.1693337Z             "subscriptions_url": "https://api.github.com/users/drevops/subscriptions",
2024-08-17T01:58:49.1694748Z             "type": "Organization",
2024-08-17T01:58:49.1695889Z             "url": "https://api.github.com/users/drevops"
2024-08-17T01:58:49.1697102Z           }
2024-08-17T01:58:49.1697708Z         },
2024-08-17T01:58:49.1698391Z         "body": null,
2024-08-17T01:58:49.1699068Z         "changed_files": 3,
2024-08-17T01:58:49.1700022Z         "closed_at": "2024-08-17T01:58:38Z",
2024-08-17T01:58:49.1700961Z         "comments": 0,
2024-08-17T01:58:49.1702103Z         "comments_url": "https://api.github.com/repos/drevops/website/issues/3/comments",
2024-08-17T01:58:49.1703458Z         "commits": 1,
2024-08-17T01:58:49.1704684Z         "commits_url": "https://api.github.com/repos/drevops/website/pulls/3/commits",
2024-08-17T01:58:49.1706288Z         "created_at": "2024-08-16T22:05:33Z",
2024-08-17T01:58:49.1707286Z         "deletions": 12,
2024-08-17T01:58:49.1708490Z         "diff_url": "https://github.com/drevops/website/pull/3.diff",
2024-08-17T01:58:49.1709620Z         "draft": false,
2024-08-17T01:58:49.1710364Z         "head": {
2024-08-17T01:58:49.1711425Z           "label": "drevops:feature/github-notify",
2024-08-17T01:58:49.1712584Z           "ref": "feature/github-notify",
2024-08-17T01:58:49.1713550Z           "repo": {
2024-08-17T01:58:49.1714478Z             "allow_auto_merge": false,
2024-08-17T01:58:49.1715395Z             "allow_forking": false,
2024-08-17T01:58:49.1716321Z             "allow_merge_commit": false,
2024-08-17T01:58:49.1752483Z             "allow_rebase_merge": true,
2024-08-17T01:58:49.1753420Z             "allow_squash_merge": true,
2024-08-17T01:58:49.1754610Z             "allow_update_branch": true,
2024-08-17T01:58:49.1756088Z             "archive_url": "https://api.github.com/repos/drevops/website/{archive_format}{/ref}",
2024-08-17T01:58:49.1757844Z             "archived": false,
2024-08-17T01:58:49.1759362Z             "assignees_url": "https://api.github.com/repos/drevops/website/assignees{/user}",
2024-08-17T01:58:49.1761211Z             "blobs_url": "https://api.github.com/repos/drevops/website/git/blobs{/sha}",
2024-08-17T01:58:49.1763037Z             "branches_url": "https://api.github.com/repos/drevops/website/branches{/branch}",
2024-08-17T01:58:49.1764871Z             "clone_url": "https://github.com/drevops/website.git",
2024-08-17T01:58:49.1766791Z             "collaborators_url": "https://api.github.com/repos/drevops/website/collaborators{/collaborator}",
2024-08-17T01:58:49.1769395Z             "comments_url": "https://api.github.com/repos/drevops/website/comments{/number}",
2024-08-17T01:58:49.1771220Z             "commits_url": "https://api.github.com/repos/drevops/website/commits{/sha}",
2024-08-17T01:58:49.1773140Z             "compare_url": "https://api.github.com/repos/drevops/website/compare/{base}...{head}",
2024-08-17T01:58:49.1775298Z             "contents_url": "https://api.github.com/repos/drevops/website/contents/{+path}",
2024-08-17T01:58:49.1777190Z             "contributors_url": "https://api.github.com/repos/drevops/website/contributors",
2024-08-17T01:58:49.1778863Z             "created_at": "2024-08-12T04:40:20Z",
2024-08-17T01:58:49.1780026Z             "default_branch": "develop",
2024-08-17T01:58:49.1780963Z             "delete_branch_on_merge": true,
2024-08-17T01:58:49.1782438Z             "deployments_url": "https://api.github.com/repos/drevops/website/deployments",
2024-08-17T01:58:49.1784113Z             "description": "Marketing website for drevops.com",
2024-08-17T01:58:49.1785151Z             "disabled": false,
2024-08-17T01:58:49.1786322Z             "downloads_url": "https://api.github.com/repos/drevops/website/downloads",
2024-08-17T01:58:49.1788144Z             "events_url": "https://api.github.com/repos/drevops/website/events",
2024-08-17T01:58:49.1789449Z             "fork": false,
2024-08-17T01:58:49.1790149Z             "forks": 0,
2024-08-17T01:58:49.1791107Z             "forks_count": 0,
2024-08-17T01:58:49.1792289Z             "forks_url": "https://api.github.com/repos/drevops/website/forks",
2024-08-17T01:58:49.1793551Z             "full_name": "drevops/website",
2024-08-17T01:58:49.1795392Z             "git_commits_url": "https://api.github.com/repos/drevops/website/git/commits{/sha}",
2024-08-17T01:58:49.1797523Z             "git_refs_url": "https://api.github.com/repos/drevops/website/git/refs{/sha}",
2024-08-17T01:58:49.1799345Z             "git_tags_url": "https://api.github.com/repos/drevops/website/git/tags{/sha}",
2024-08-17T01:58:49.1801081Z             "git_url": "git://github.com/drevops/website.git",
2024-08-17T01:58:49.1802236Z             "has_discussions": false,
2024-08-17T01:58:49.1803080Z             "has_downloads": true,
2024-08-17T01:58:49.1804095Z             "has_issues": true,
2024-08-17T01:58:49.1804910Z             "has_pages": false,
2024-08-17T01:58:49.1805701Z             "has_projects": false,
2024-08-17T01:58:49.1806763Z             "has_wiki": false,
2024-08-17T01:58:49.1807619Z             "homepage": null,
2024-08-17T01:58:49.1808668Z             "hooks_url": "https://api.github.com/repos/drevops/website/hooks",
2024-08-17T01:58:49.1810615Z             "html_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.1811796Z             "id": 841274974,
2024-08-17T01:58:49.1812590Z             "is_template": false,
2024-08-17T01:58:49.1814213Z             "issue_comment_url": "https://api.github.com/repos/drevops/website/issues/comments{/number}",
2024-08-17T01:58:49.1816318Z             "issue_events_url": "https://api.github.com/repos/drevops/website/issues/events{/number}",
2024-08-17T01:58:49.1818198Z             "issues_url": "https://api.github.com/repos/drevops/website/issues{/number}",
2024-08-17T01:58:49.1819939Z             "keys_url": "https://api.github.com/repos/drevops/website/keys{/key_id}",
2024-08-17T01:58:49.1821670Z             "labels_url": "https://api.github.com/repos/drevops/website/labels{/name}",
2024-08-17T01:58:49.1823053Z             "language": "Shell",
2024-08-17T01:58:49.1824474Z             "languages_url": "https://api.github.com/repos/drevops/website/languages",
2024-08-17T01:58:49.1825902Z             "license": null,
2024-08-17T01:58:49.1826891Z             "merge_commit_message": "PR_TITLE",
2024-08-17T01:58:49.1828096Z             "merge_commit_title": "MERGE_MESSAGE",
2024-08-17T01:58:49.1829527Z             "merges_url": "https://api.github.com/repos/drevops/website/merges",
2024-08-17T01:58:49.1831582Z             "milestones_url": "https://api.github.com/repos/drevops/website/milestones{/number}",
2024-08-17T01:58:49.1833095Z             "mirror_url": null,
2024-08-17T01:58:49.1833937Z             "name": "website",
2024-08-17T01:58:49.1834752Z             "node_id": "R_kgDOMiTWXg",
2024-08-17T01:58:49.1836952Z             "notifications_url": "https://api.github.com/repos/drevops/website/notifications{?since,all,participating}",
2024-08-17T01:58:49.1838889Z             "open_issues": 1,
2024-08-17T01:58:49.1839724Z             "open_issues_count": 1,
2024-08-17T01:58:49.1840828Z             "owner": {
2024-08-17T01:58:49.1841949Z               "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.1843631Z               "events_url": "https://api.github.com/users/drevops/events{/privacy}",
2024-08-17T01:58:49.1845475Z               "followers_url": "https://api.github.com/users/drevops/followers",
2024-08-17T01:58:49.1847192Z               "following_url": "https://api.github.com/users/drevops/following{/other_user}",
2024-08-17T01:58:49.1848944Z               "gists_url": "https://api.github.com/users/drevops/gists{/gist_id}",
2024-08-17T01:58:49.1850310Z               "gravatar_id": "",
2024-08-17T01:58:49.1851262Z               "html_url": "https://github.com/drevops",
2024-08-17T01:58:49.1852271Z               "id": 57469219,
2024-08-17T01:58:49.1853193Z               "login": "drevops",
2024-08-17T01:58:49.1854178Z               "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.1855629Z               "organizations_url": "https://api.github.com/users/drevops/orgs",
2024-08-17T01:58:49.1857521Z               "received_events_url": "https://api.github.com/users/drevops/received_events",
2024-08-17T01:58:49.1859303Z               "repos_url": "https://api.github.com/users/drevops/repos",
2024-08-17T01:58:49.1860508Z               "site_admin": false,
2024-08-17T01:58:49.1861926Z               "starred_url": "https://api.github.com/users/drevops/starred{/owner}{/repo}",
2024-08-17T01:58:49.1863631Z               "subscriptions_url": "https://api.github.com/users/drevops/subscriptions",
2024-08-17T01:58:49.1864933Z               "type": "Organization",
2024-08-17T01:58:49.1866038Z               "url": "https://api.github.com/users/drevops"
2024-08-17T01:58:49.1867012Z             },
2024-08-17T01:58:49.1867550Z             "private": true,
2024-08-17T01:58:49.1868757Z             "pulls_url": "https://api.github.com/repos/drevops/website/pulls{/number}",
2024-08-17T01:58:49.1870259Z             "pushed_at": "2024-08-17T01:28:12Z",
2024-08-17T01:58:49.1871577Z             "releases_url": "https://api.github.com/repos/drevops/website/releases{/id}",
2024-08-17T01:58:49.1872973Z             "size": 10202,
2024-08-17T01:58:49.1873852Z             "squash_merge_commit_message": "COMMIT_MESSAGES",
2024-08-17T01:58:49.1874961Z             "squash_merge_commit_title": "COMMIT_OR_PR_TITLE",
2024-08-17T01:58:49.1876339Z             "ssh_url": "[email protected]:drevops/website.git",
2024-08-17T01:58:49.1877808Z             "stargazers_count": 0,
2024-08-17T01:58:49.1879100Z             "stargazers_url": "https://api.github.com/repos/drevops/website/stargazers",
2024-08-17T01:58:49.1881129Z             "statuses_url": "https://api.github.com/repos/drevops/website/statuses/{sha}",
2024-08-17T01:58:49.1883052Z             "subscribers_url": "https://api.github.com/repos/drevops/website/subscribers",
2024-08-17T01:58:49.1884973Z             "subscription_url": "https://api.github.com/repos/drevops/website/subscription",
2024-08-17T01:58:49.1886671Z             "svn_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.1888089Z             "tags_url": "https://api.github.com/repos/drevops/website/tags",
2024-08-17T01:58:49.1889596Z             "teams_url": "https://api.github.com/repos/drevops/website/teams",
2024-08-17T01:58:49.1890906Z             "topics": [],
2024-08-17T01:58:49.1892052Z             "trees_url": "https://api.github.com/repos/drevops/website/git/trees{/sha}",
2024-08-17T01:58:49.1894006Z             "updated_at": "2024-08-16T23:35:59Z",
2024-08-17T01:58:49.1895247Z             "url": "https://api.github.com/repos/drevops/website",
2024-08-17T01:58:49.1896493Z             "use_squash_pr_title_as_default": false,
2024-08-17T01:58:49.1897565Z             "visibility": "private",
2024-08-17T01:58:49.1898540Z             "watchers": 0,
2024-08-17T01:58:49.1899331Z             "watchers_count": 0,
2024-08-17T01:58:49.1900258Z             "web_commit_signoff_required": false
2024-08-17T01:58:49.1901253Z           },
2024-08-17T01:58:49.1902055Z           "sha": "e52e04b812e3ede4f7b6f7d043a735e52d8b3dee",
2024-08-17T01:58:49.1903146Z           "user": {
2024-08-17T01:58:49.1904341Z             "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.1906025Z             "events_url": "https://api.github.com/users/drevops/events{/privacy}",
2024-08-17T01:58:49.1907678Z             "followers_url": "https://api.github.com/users/drevops/followers",
2024-08-17T01:58:49.1909555Z             "following_url": "https://api.github.com/users/drevops/following{/other_user}",
2024-08-17T01:58:49.1911179Z             "gists_url": "https://api.github.com/users/drevops/gists{/gist_id}",
2024-08-17T01:58:49.1912436Z             "gravatar_id": "",
2024-08-17T01:58:49.1913420Z             "html_url": "https://github.com/drevops",
2024-08-17T01:58:49.1914312Z             "id": 57469219,
2024-08-17T01:58:49.1915041Z             "login": "drevops",
2024-08-17T01:58:49.1916077Z             "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.1917657Z             "organizations_url": "https://api.github.com/users/drevops/orgs",
2024-08-17T01:58:49.1919498Z             "received_events_url": "https://api.github.com/users/drevops/received_events",
2024-08-17T01:58:49.1921162Z             "repos_url": "https://api.github.com/users/drevops/repos",
2024-08-17T01:58:49.1922238Z             "site_admin": false,
2024-08-17T01:58:49.1923402Z             "starred_url": "https://api.github.com/users/drevops/starred{/owner}{/repo}",
2024-08-17T01:58:49.1925228Z             "subscriptions_url": "https://api.github.com/users/drevops/subscriptions",
2024-08-17T01:58:49.1926520Z             "type": "Organization",
2024-08-17T01:58:49.1927488Z             "url": "https://api.github.com/users/drevops"
2024-08-17T01:58:49.1928570Z           }
2024-08-17T01:58:49.1929060Z         },
2024-08-17T01:58:49.1929819Z         "html_url": "https://github.com/drevops/website/pull/3",
2024-08-17T01:58:49.1931081Z         "id": 2023669170,
2024-08-17T01:58:49.1932049Z         "issue_url": "https://api.github.com/repos/drevops/website/issues/3",
2024-08-17T01:58:49.1933183Z         "labels": [],
2024-08-17T01:58:49.1933993Z         "locked": false,
2024-08-17T01:58:49.1934760Z         "maintainer_can_modify": false,
2024-08-17T01:58:49.1936007Z         "merge_commit_sha": "df4d00fc4299639d2205fba2301e3d5e19afb7b7",
2024-08-17T01:58:49.1937481Z         "mergeable": null,
2024-08-17T01:58:49.1938330Z         "mergeable_state": "unknown",
2024-08-17T01:58:49.1939167Z         "merged": true,
2024-08-17T01:58:49.1940249Z         "merged_at": "2024-08-17T01:58:38Z",
2024-08-17T01:58:49.1941207Z         "merged_by": {
2024-08-17T01:58:49.1942291Z           "avatar_url": "https://avatars.githubusercontent.com/u/378794?v=4",
2024-08-17T01:58:49.1944201Z           "events_url": "https://api.github.com/users/AlexSkrypnyk/events{/privacy}",
2024-08-17T01:58:49.1945943Z           "followers_url": "https://api.github.com/users/AlexSkrypnyk/followers",
2024-08-17T01:58:49.1947796Z           "following_url": "https://api.github.com/users/AlexSkrypnyk/following{/other_user}",
2024-08-17T01:58:49.1949866Z           "gists_url": "https://api.github.com/users/AlexSkrypnyk/gists{/gist_id}",
2024-08-17T01:58:49.1951199Z           "gravatar_id": "",
2024-08-17T01:58:49.1952133Z           "html_url": "https://github.com/AlexSkrypnyk",
2024-08-17T01:58:49.1953296Z           "id": 378794,
2024-08-17T01:58:49.1954393Z           "login": "AlexSkrypnyk",
2024-08-17T01:58:49.1955315Z           "node_id": "MDQ6VXNlcjM3ODc5NA==",
2024-08-17T01:58:49.1957213Z           "organizations_url": "https://api.github.com/users/AlexSkrypnyk/orgs",
2024-08-17T01:58:49.1959115Z           "received_events_url": "https://api.github.com/users/AlexSkrypnyk/received_events",
2024-08-17T01:58:49.1960824Z           "repos_url": "https://api.github.com/users/AlexSkrypnyk/repos",
2024-08-17T01:58:49.1962205Z           "site_admin": false,
2024-08-17T01:58:49.1963540Z           "starred_url": "https://api.github.com/users/AlexSkrypnyk/starred{/owner}{/repo}",
2024-08-17T01:58:49.1965622Z           "subscriptions_url": "https://api.github.com/users/AlexSkrypnyk/subscriptions",
2024-08-17T01:58:49.1967051Z           "type": "User",
2024-08-17T01:58:49.1968074Z           "url": "https://api.github.com/users/AlexSkrypnyk"
2024-08-17T01:58:49.1969290Z         },
2024-08-17T01:58:49.1969904Z         "milestone": null,
2024-08-17T01:58:49.1970738Z         "node_id": "PR_kwDOMiTWXs54nr2y",
2024-08-17T01:58:49.1971786Z         "number": 3,
2024-08-17T01:58:49.1972800Z         "patch_url": "https://github.com/drevops/website/pull/3.patch",
2024-08-17T01:58:49.1974006Z         "rebaseable": null,
2024-08-17T01:58:49.1974977Z         "requested_reviewers": [],
2024-08-17T01:58:49.1975841Z         "requested_teams": [],
2024-08-17T01:58:49.1977291Z         "review_comment_url": "https://api.github.com/repos/drevops/website/pulls/comments{/number}",
2024-08-17T01:58:49.1978974Z         "review_comments": 0,
2024-08-17T01:58:49.1980278Z         "review_comments_url": "https://api.github.com/repos/drevops/website/pulls/3/comments",
2024-08-17T01:58:49.1981699Z         "state": "closed",
2024-08-17T01:58:49.1983746Z         "statuses_url": "https://api.github.com/repos/drevops/website/statuses/e52e04b812e3ede4f7b6f7d043a735e52d8b3dee",
2024-08-17T01:58:49.1985796Z         "title": "Enabled GitHub deployment notifications.",
2024-08-17T01:58:49.1987115Z         "updated_at": "2024-08-17T01:58:38Z",
2024-08-17T01:58:49.1988452Z         "url": "https://api.github.com/repos/drevops/website/pulls/3",
2024-08-17T01:58:49.1989511Z         "user": {
2024-08-17T01:58:49.1990505Z           "avatar_url": "https://avatars.githubusercontent.com/u/378794?v=4",
2024-08-17T01:58:49.1992440Z           "events_url": "https://api.github.com/users/AlexSkrypnyk/events{/privacy}",
2024-08-17T01:58:49.1994155Z           "followers_url": "https://api.github.com/users/AlexSkrypnyk/followers",
2024-08-17T01:58:49.1995976Z           "following_url": "https://api.github.com/users/AlexSkrypnyk/following{/other_user}",
2024-08-17T01:58:49.1998304Z           "gists_url": "https://api.github.com/users/AlexSkrypnyk/gists{/gist_id}",
2024-08-17T01:58:49.1999681Z           "gravatar_id": "",
2024-08-17T01:58:49.2000646Z           "html_url": "https://github.com/AlexSkrypnyk",
2024-08-17T01:58:49.2001888Z           "id": 378794,
2024-08-17T01:58:49.2002682Z           "login": "AlexSkrypnyk",
2024-08-17T01:58:49.2003630Z           "node_id": "MDQ6VXNlcjM3ODc5NA==",
2024-08-17T01:58:49.2005105Z           "organizations_url": "https://api.github.com/users/AlexSkrypnyk/orgs",
2024-08-17T01:58:49.2006942Z           "received_events_url": "https://api.github.com/users/AlexSkrypnyk/received_events",
2024-08-17T01:58:49.2008661Z           "repos_url": "https://api.github.com/users/AlexSkrypnyk/repos",
2024-08-17T01:58:49.2010056Z           "site_admin": false,
2024-08-17T01:58:49.2011432Z           "starred_url": "https://api.github.com/users/AlexSkrypnyk/starred{/owner}{/repo}",
2024-08-17T01:58:49.2013324Z           "subscriptions_url": "https://api.github.com/users/AlexSkrypnyk/subscriptions",
2024-08-17T01:58:49.2014892Z           "type": "User",
2024-08-17T01:58:49.2015902Z           "url": "https://api.github.com/users/AlexSkrypnyk"
2024-08-17T01:58:49.2016910Z         }
2024-08-17T01:58:49.2017652Z       },
2024-08-17T01:58:49.2018322Z       "repository": {
2024-08-17T01:58:49.2019027Z         "allow_forking": false,
2024-08-17T01:58:49.2020838Z         "archive_url": "https://api.github.com/repos/drevops/website/{archive_format}{/ref}",
2024-08-17T01:58:49.2022453Z         "archived": false,
2024-08-17T01:58:49.2023868Z         "assignees_url": "https://api.github.com/repos/drevops/website/assignees{/user}",
2024-08-17T01:58:49.2025698Z         "blobs_url": "https://api.github.com/repos/drevops/website/git/blobs{/sha}",
2024-08-17T01:58:49.2027571Z         "branches_url": "https://api.github.com/repos/drevops/website/branches{/branch}",
2024-08-17T01:58:49.2029253Z         "clone_url": "https://github.com/drevops/website.git",
2024-08-17T01:58:49.2031032Z         "collaborators_url": "https://api.github.com/repos/drevops/website/collaborators{/collaborator}",
2024-08-17T01:58:49.2033094Z         "comments_url": "https://api.github.com/repos/drevops/website/comments{/number}",
2024-08-17T01:58:49.2034921Z         "commits_url": "https://api.github.com/repos/drevops/website/commits{/sha}",
2024-08-17T01:58:49.2037268Z         "compare_url": "https://api.github.com/repos/drevops/website/compare/{base}...{head}",
2024-08-17T01:58:49.2039151Z         "contents_url": "https://api.github.com/repos/drevops/website/contents/{+path}",
2024-08-17T01:58:49.2041102Z         "contributors_url": "https://api.github.com/repos/drevops/website/contributors",
2024-08-17T01:58:49.2042596Z         "created_at": "2024-08-12T04:40:20Z",
2024-08-17T01:58:49.2043445Z         "custom_properties": {},
2024-08-17T01:58:49.2044390Z         "default_branch": "develop",
2024-08-17T01:58:49.2045666Z         "deployments_url": "https://api.github.com/repos/drevops/website/deployments",
2024-08-17T01:58:49.2047133Z         "description": "Marketing website for drevops.com",
2024-08-17T01:58:49.2048506Z         "disabled": false,
2024-08-17T01:58:49.2049628Z         "downloads_url": "https://api.github.com/repos/drevops/website/downloads",
2024-08-17T01:58:49.2051144Z         "events_url": "https://api.github.com/repos/drevops/website/events",
2024-08-17T01:58:49.2052478Z         "fork": false,
2024-08-17T01:58:49.2053223Z         "forks": 0,
2024-08-17T01:58:49.2053820Z         "forks_count": 0,
2024-08-17T01:58:49.2054920Z         "forks_url": "https://api.github.com/repos/drevops/website/forks",
2024-08-17T01:58:49.2056153Z         "full_name": "drevops/website",
2024-08-17T01:58:49.2057482Z         "git_commits_url": "https://api.github.com/repos/drevops/website/git/commits{/sha}",
2024-08-17T01:58:49.2059491Z         "git_refs_url": "https://api.github.com/repos/drevops/website/git/refs{/sha}",
2024-08-17T01:58:49.2061359Z         "git_tags_url": "https://api.github.com/repos/drevops/website/git/tags{/sha}",
2024-08-17T01:58:49.2063453Z         "git_url": "git://github.com/drevops/website.git",
2024-08-17T01:58:49.2064705Z         "has_discussions": false,
2024-08-17T01:58:49.2065582Z         "has_downloads": true,
2024-08-17T01:58:49.2066426Z         "has_issues": true,
2024-08-17T01:58:49.2067335Z         "has_pages": false,
2024-08-17T01:58:49.2068178Z         "has_projects": false,
2024-08-17T01:58:49.2068998Z         "has_wiki": false,
2024-08-17T01:58:49.2069817Z         "homepage": null,
2024-08-17T01:58:49.2070904Z         "hooks_url": "https://api.github.com/repos/drevops/website/hooks",
2024-08-17T01:58:49.2072265Z         "html_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.2073426Z         "id": 841274974,
2024-08-17T01:58:49.2074274Z         "is_template": false,
2024-08-17T01:58:49.2076016Z         "issue_comment_url": "https://api.github.com/repos/drevops/website/issues/comments{/number}",
2024-08-17T01:58:49.2078419Z         "issue_events_url": "https://api.github.com/repos/drevops/website/issues/events{/number}",
2024-08-17T01:58:49.2080429Z         "issues_url": "https://api.github.com/repos/drevops/website/issues{/number}",
2024-08-17T01:58:49.2082227Z         "keys_url": "https://api.github.com/repos/drevops/website/keys{/key_id}",
2024-08-17T01:58:49.2084019Z         "labels_url": "https://api.github.com/repos/drevops/website/labels{/name}",
2024-08-17T01:58:49.2085688Z         "language": "Shell",
2024-08-17T01:58:49.2086911Z         "languages_url": "https://api.github.com/repos/drevops/website/languages",
2024-08-17T01:58:49.2088326Z         "license": null,
2024-08-17T01:58:49.2089384Z         "merges_url": "https://api.github.com/repos/drevops/website/merges",
2024-08-17T01:58:49.2091144Z         "milestones_url": "https://api.github.com/repos/drevops/website/milestones{/number}",
2024-08-17T01:58:49.2092784Z         "mirror_url": null,
2024-08-17T01:58:49.2093552Z         "name": "website",
2024-08-17T01:58:49.2094328Z         "node_id": "R_kgDOMiTWXg",
2024-08-17T01:58:49.2096285Z         "notifications_url": "https://api.github.com/repos/drevops/website/notifications{?since,all,participating}",
2024-08-17T01:58:49.2098058Z         "open_issues": 1,
2024-08-17T01:58:49.2098891Z         "open_issues_count": 1,
2024-08-17T01:58:49.2099846Z         "owner": {
2024-08-17T01:58:49.2100869Z           "avatar_url": "https://avatars.githubusercontent.com/u/57469219?v=4",
2024-08-17T01:58:49.2102623Z           "events_url": "https://api.github.com/users/drevops/events{/privacy}",
2024-08-17T01:58:49.2104410Z           "followers_url": "https://api.github.com/users/drevops/followers",
2024-08-17T01:58:49.2106110Z           "following_url": "https://api.github.com/users/drevops/following{/other_user}",
2024-08-17T01:58:49.2107899Z           "gists_url": "https://api.github.com/users/drevops/gists{/gist_id}",
2024-08-17T01:58:49.2109329Z           "gravatar_id": "",
2024-08-17T01:58:49.2110193Z           "html_url": "https://github.com/drevops",
2024-08-17T01:58:49.2111253Z           "id": 57469219,
2024-08-17T01:58:49.2112184Z           "login": "drevops",
2024-08-17T01:58:49.2113587Z           "node_id": "MDEyOk9yZ2FuaXphdGlvbjU3NDY5MjE5",
2024-08-17T01:58:49.2115076Z           "organizations_url": "https://api.github.com/users/drevops/orgs",
2024-08-17T01:58:49.2117280Z           "received_events_url": "https://api.github.com/users/drevops/received_events",
2024-08-17T01:58:49.2118898Z           "repos_url": "https://api.github.com/users/drevops/repos",
2024-08-17T01:58:49.2119999Z           "site_admin": false,
2024-08-17T01:58:49.2121411Z           "starred_url": "https://api.github.com/users/drevops/starred{/owner}{/repo}",
2024-08-17T01:58:49.2123267Z           "subscriptions_url": "https://api.github.com/users/drevops/subscriptions",
2024-08-17T01:58:49.2124597Z           "type": "Organization",
2024-08-17T01:58:49.2125801Z           "url": "https://api.github.com/users/drevops"
2024-08-17T01:58:49.2126882Z         },
2024-08-17T01:58:49.2127469Z         "private": true,
2024-08-17T01:58:49.2128821Z         "pulls_url": "https://api.github.com/repos/drevops/website/pulls{/number}",
2024-08-17T01:58:49.2130346Z         "pushed_at": "2024-08-17T01:28:12Z",
2024-08-17T01:58:49.2131672Z         "releases_url": "https://api.github.com/repos/drevops/website/releases{/id}",
2024-08-17T01:58:49.2133230Z         "size": 10202,
2024-08-17T01:58:49.2134140Z         "ssh_url": "[email protected]:drevops/website.git",
2024-08-17T01:58:49.2135187Z         "stargazers_count": 0,
2024-08-17T01:58:49.2136644Z         "stargazers_url": "https://api.github.com/repos/drevops/website/stargazers",
2024-08-17T01:58:49.2138573Z         "statuses_url": "https://api.github.com/repos/drevops/website/statuses/{sha}",
2024-08-17T01:58:49.2140361Z         "subscribers_url": "https://api.github.com/repos/drevops/website/subscribers",
2024-08-17T01:58:49.2142428Z         "subscription_url": "https://api.github.com/repos/drevops/website/subscription",
2024-08-17T01:58:49.2144008Z         "svn_url": "https://github.com/drevops/website",
2024-08-17T01:58:49.2145379Z         "tags_url": "https://api.github.com/repos/drevops/website/tags",
2024-08-17T01:58:49.2147011Z         "teams_url": "https://api.github.com/repos/drevops/website/teams",
2024-08-17T01:58:49.2148262Z         "topics": [],
2024-08-17T01:58:49.2149448Z         "trees_url": "https://api.github.com/repos/drevops/website/git/trees{/sha}",
2024-08-17T01:58:49.2151446Z         "updated_at": "2024-08-16T23:35:59Z",
2024-08-17T01:58:49.2152625Z         "url": "https://api.github.com/repos/drevops/website",
2024-08-17T01:58:49.2153809Z         "visibility": "private",
2024-08-17T01:58:49.2154755Z         "watchers": 0,
2024-08-17T01:58:49.2155515Z         "watchers_count": 0,
2024-08-17T01:58:49.2156726Z         "web_commit_signoff_required": false
2024-08-17T01:58:49.2157779Z       },
2024-08-17T01:58:49.2158422Z       "sender": {
2024-08-17T01:58:49.2159482Z         "avatar_url": "https://avatars.githubusercontent.com/u/378794?v=4",
2024-08-17T01:58:49.2161240Z         "events_url": "https://api.github.com/users/AlexSkrypnyk/events{/privacy}",
2024-08-17T01:58:49.2163030Z         "followers_url": "https://api.github.com/users/AlexSkrypnyk/followers",
2024-08-17T01:58:49.2164865Z         "following_url": "https://api.github.com/users/AlexSkrypnyk/following{/other_user}",
2024-08-17T01:58:49.2166809Z         "gists_url": "https://api.github.com/users/AlexSkrypnyk/gists{/gist_id}",
2024-08-17T01:58:49.2168093Z         "gravatar_id": "",
2024-08-17T01:58:49.2168979Z         "html_url": "https://github.com/AlexSkrypnyk",
2024-08-17T01:58:49.2185958Z         "id": 378794,
2024-08-17T01:58:49.2186779Z         "login": "AlexSkrypnyk",
2024-08-17T01:58:49.2187705Z         "node_id": "MDQ6VXNlcjM3ODc5NA==",
2024-08-17T01:58:49.2189087Z         "organizations_url": "https://api.github.com/users/AlexSkrypnyk/orgs",
2024-08-17T01:58:49.2190782Z         "received_events_url": "https://api.github.com/users/AlexSkrypnyk/received_events",
2024-08-17T01:58:49.2192458Z         "repos_url": "https://api.github.com/users/AlexSkrypnyk/repos",
2024-08-17T01:58:49.2193712Z         "site_admin": false,
2024-08-17T01:58:49.2195098Z         "starred_url": "https://api.github.com/users/AlexSkrypnyk/starred{/owner}{/repo}",
2024-08-17T01:58:49.2197293Z         "subscriptions_url": "https://api.github.com/users/AlexSkrypnyk/subscriptions",
2024-08-17T01:58:49.2198741Z         "type": "User",
2024-08-17T01:58:49.2199608Z         "url": "https://api.github.com/users/AlexSkrypnyk"
2024-08-17T01:58:49.2200591Z       }
2024-08-17T01:58:49.2201214Z     },
2024-08-17T01:58:49.2201868Z     "giturl": "[email protected]:drevops/website.git",
2024-08-17T01:58:49.2203063Z     "uuid": "edd8518b-48c2-4d66-9eec-398efdb0ac4a"
2024-08-17T01:58:49.2204057Z   }
2024-08-17T01:58:49.2204524Z }
2024-08-17T01:58:49.2583866Z Cleaning up orphan processes

@github-project-automation github-project-automation bot moved this from To do for current release to Released in 1.20 in Vortex Aug 17, 2024
@AlexSkrypnyk AlexSkrypnyk moved this from Released in 1.20 to Released in 24.8.0 in Vortex Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: Confirmed The issue was triaged and confirmed for development Type: Defect Issue is a defect
Projects
Status: Released in 24.8.0
Development

No branches or pull requests

1 participant