Skip to content

Commit

Permalink
chore: update to Beta 6 (#481)
Browse files Browse the repository at this point in the history
* 🔊 chore(logging): add debug logs to several functions
This commit adds debug logs to several functions to help with debugging and troubleshooting. The logs will help to identify the flow of execution and the values of variables at different points in the code.

Signed-off-by: Jonathan Stevens <[email protected]>

* 🔥 refactor(config): remove "onColumn" from "enforceConventions" object
The "onColumn" property was removed from the "enforceConventions" object in three different files. This property was not being used and was causing confusion.

* 🔖 chore(package.json): bump version to 1.0.0-beta.6
This commit updates the version of the package to 1.0.0-beta.6. This is a chore commit as it does not introduce any new features or fix any bugs, but rather updates the version number to reflect changes made to the codebase.

* 📝 chore(pr.json): update pull request information

Signed-off-by: Jonathan Stevens <[email protected]>

---------

Signed-off-by: Jonathan Stevens <[email protected]>
  • Loading branch information
TGTGamer authored Apr 14, 2023
1 parent cad28ca commit 725120b
Show file tree
Hide file tree
Showing 32 changed files with 314 additions and 311 deletions.
4 changes: 0 additions & 4 deletions .github/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -481,10 +481,6 @@
}
},
"enforceConventions": {
"onColumn": [
"Accepted",
"Reviewing"
],
"condition": [
{
"requires": 1,
Expand Down
4 changes: 0 additions & 4 deletions .github/config/runners.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
}
},
"enforceConventions": {
"onColumn": [
"Accepted",
"Reviewing"
],
"condition": [
{
"requires": 1,
Expand Down
19 changes: 13 additions & 6 deletions .github/config/runners/0.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
}
},
"enforceConventions": {
"onColumn": ["Accepted", "Reviewing"],
"condition": [
{
"requires": 1,
Expand Down Expand Up @@ -396,14 +395,18 @@
"sections": [
{
"title": "Features Effectuated",
"PRlabels": ["Type - Feature"],
"PRlabels": [
"Type - Feature"
],
"issueLabels": [],
"includeCommitter": true,
"linkPR": true
},
{
"title": "Bugs Squashed",
"PRlabels": ["Type - Fix"],
"PRlabels": [
"Type - Fix"
],
"issueLabels": [],
"includeCommitter": true,
"linkPR": true
Expand Down Expand Up @@ -436,7 +439,9 @@
{
"title": "Confession Time",
"PRlabels": [],
"issueLabels": ["Bug - Confirmed"],
"issueLabels": [
"Bug - Confirmed"
],
"includeCommitter": true,
"linkPR": true
}
Expand All @@ -459,7 +464,9 @@
},
"requestApprovals": {
"all": {
"reviewers": ["tgtgamer"],
"reviewers": [
"tgtgamer"
],
"requires": 1,
"condition": [
{
Expand Down Expand Up @@ -743,4 +750,4 @@
}
},
"schedule": {}
}
}
67 changes: 38 additions & 29 deletions contexts/issue.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,33 @@
{
"payload": {
"action": "opened",
"action": "edited",
"changes": {
"body": {
"from": "<!-- @format -->\r\n\r\n<!-- Please use [context] in title to describe the package related to this issue.\r\nValid options are; Release, Label, Variable, Installer\r\ncontext example: bug(installer): {your title here}\r\n-->\r\n\r\n## Describe the bug\r\n\r\n<!-- A clear and concise description of what the bug is. -->\r\n\r\n### To Reproduce\r\n\r\n<!-- Steps to reproduce the behaviour:-->\r\n\r\n1. Go to '...'\r\n2. Click on '....'\r\n3. Scroll down to '....'\r\n4. See error\r\n\r\n### Expected behaviour\r\n\r\n<!-- A clear and concise description of what you expected to happen. -->\r\n\r\n### Screenshots\r\n\r\n### Console Logs\r\n\r\n<!-- Please [set the `ACTIONS_RUNNER_DEBUG` secret to `true` to enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging), rerun the labeler workflow, and paste the output below: -->\r\n\r\n```\r\ninsert debug output here\r\n```\r\n\r\n## Device Information\r\n\r\n<!-- Please delete all information not relivent-->\r\n\r\n- Version: [e.g. 22]\r\n- Platform: [e.g. macOS, Google Cloud, ubuntu 18.04]\r\n- Browser: [e.g. stock browser, safari]\r\n- Node Version: [e.g. v16.8.0]\r\n- Yarn Version: [e.g. v1.22.4]\r\n- Docker Version: [e.g. Docker version 19.03.12, build 48a66213fe]\r\n- Package(s): [e.g. @resnovas/release-manager]\r\n- URL: [e.g. https://console.smartcloud.gg/admin]\r\n\r\n## Additional context\r\n\r\n<!-- Add any other context about the problem here. -->\r\n\r\n## Bug Checklist\r\n\r\n<!-- Please be honest here; we don't mind if you haven't done all these steps; however, we need to know where has been tested and how extensively we need to test it ourselves.\r\n\r\nWe would appreciate it if you could maintain this section cleanly and clearly. If someone confirms your bug, add them to the \"Bug confirmed by\" section. Our bot will automatically detect if you have enough users confirmed to tag this bug as \"Bug - Confirmed\".\r\n-->\r\n\r\n- [ ] Have reproduced on my application version\r\n- [ ] Have reproduced on a clean installation\r\n- [ ] Have reproduced on a development build\r\n- [ ] Have included logs or screenshots\r\n- [ ] Have contacted support via the official website\r\n- [ ] Have asked the community for guidance\r\n- [ ] Have linked any related issues\r\n- [ ] Bug confirmed by <!--@yourusername & @friendsusername-->\r\n"
},
"title": {
"from": "bug(website): Test 2"
}
},
"issue": {
"active_lock_reason": null,
"assignee": null,
"assignees": [],
"author_association": "MEMBER",
"body": "<!-- @format -->\r\n\r\n<!-- Please use [context] in title to describe the package related to this issue.\r\nValid options are; Release, Label, Variable, Installer\r\ncontext example: bug(installer): {your title here}\r\n-->\r\n\r\n## Describe the bug\r\n\r\n<!-- A clear and concise description of what the bug is. -->\r\n\r\n### To Reproduce\r\n\r\n<!-- Steps to reproduce the behaviour:-->\r\n\r\n1. Go to '...'\r\n2. Click on '....'\r\n3. Scroll down to '....'\r\n4. See error\r\n\r\n### Expected behaviour\r\n\r\n<!-- A clear and concise description of what you expected to happen. -->\r\n\r\n### Screenshots\r\n\r\n### Console Logs\r\n\r\n<!-- Please [set the `ACTIONS_RUNNER_DEBUG` secret to `true` to enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging), rerun the labeler workflow, and paste the output below: -->\r\n\r\n```\r\ninsert debug output here\r\n```\r\n\r\n## Device Information\r\n\r\n<!-- Please delete all information not relivent-->\r\n\r\n- Version: [e.g. 22]\r\n- Platform: [e.g. macOS, Google Cloud, ubuntu 18.04]\r\n- Browser: [e.g. stock browser, safari]\r\n- Node Version: [e.g. v16.8.0]\r\n- Yarn Version: [e.g. v1.22.4]\r\n- Docker Version: [e.g. Docker version 19.03.12, build 48a66213fe]\r\n- Package(s): [e.g. @videndum/release-manager]\r\n- URL: [e.g. https://console.smartcloud.gg/admin]\r\n\r\n## Additional context\r\n\r\n<!-- Add any other context about the problem here. -->\r\n\r\n## Bug Checklist\r\n\r\n<!-- Please be honest here; we don't mind if you haven't done all these steps; however, we need to know where has been tested and how extensively we need to test it ourselves.\r\n\r\nWe would appreciate it if you could maintain this section cleanly and clearly. If someone confirms your bug, add them to the \"Bug confirmed by\" section. Our bot will automatically detect if you have enough users confirmed to tag this bug as \"Bug - Confirmed\".\r\n-->\r\n\r\n- [ ] Have reproduced on my application version\r\n- [ ] Have reproduced on a clean installation\r\n- [ ] Have reproduced on a development build\r\n- [ ] Have included logs or screenshots\r\n- [ ] Have contacted support via the official website\r\n- [ ] Have asked the community for guidance\r\n- [ ] Have linked any related issues\r\n- [ ] Bug confirmed by <!--@yourusername & @friendsusername-->\r\n",
"body": "<!-- @format -->\r\n\r\n<!-- Please use [context] in title to describe the package related to this issue.\r\nValid options are; Release, Label, Variable, Installer\r\ncontext example: bug(installer): {your title here}\r\n-->\r\n\r\n## Describe the bug\r\n\r\n<!-- A clear and concise description of what the bug is. -->\r\n\r\n### To Reproduce\r\n\r\n<!-- Steps to reproduce the behaviour:-->\r\n\r\n1. Go to '...'\r\n2. Click on '....'\r\n3. Scroll down to '....'\r\n4. See error\r\n\r\n### Expected behaviour\r\n\r\n<!-- A clear and concise description of what you expected to happen. -->\r\n\r\n### Screenshots\r\n\r\n### Console Logs\r\n\r\n<!-- Please [set the `ACTIONS_RUNNER_DEBUG` secret to `true` to enable debug logging](https://help.github.com/en/actions/configuring-and-managing-workflows/managing-a-workflow-run#enabling-debug-logging), rerun the labeler workflow, and paste the output below: -->\r\n\r\n```\r\ninsert debug output here\r\n```\r\n\r\n## Device Information\r\n\r\n<!-- Please delete all information not relivent-->\r\n\r\n- Version: [e.g. 22]\r\n- Platform: [e.g. macOS, Google Cloud, ubuntu 18.04]\r\n- Browser: [e.g. stock browser, safari]\r\n- Node Version: [e.g. v16.8.0]\r\n- Yarn Version: [e.g. v1.22.4]\r\n- Docker Version: [e.g. Docker version 19.03.12, build 48a66213fe]\r\n- Package(s): [e.g. @resnovas/release-manager]\r\n- URL: [e.g. https://console.smartcloud.gg/admin]\r\n\r\n## Additional context\r\n\r\n<!-- Add any other context about the problem here. -->\r\n\r\n## Bug Checklist\r\n\r\n<!-- Please be honest here; we don't mind if you haven't done all these steps; however, we need to know where has been tested and how extensively we need to test it ourselves.\r\n\r\nWe would appreciate it if you could maintain this section cleanly and clearly. If someone confirms your bug, add them to the \"Bug confirmed by\" section. Our bot will automatically detect if you have enough users confirmed to tag this bug as \"Bug - Confirmed\".\r\n-->\r\n\r\n- [ ] Have reproduced on my application version\r\n- [ ] Have reproduced on a clean installation\r\n- [ ] Have reproduced on a development build\r\n- [ ] Have included logs or screenshots\r\n- [ ] Have contacted support via the official website\r\n- [ ] Have asked the community for guidance\r\n- [ ] Have linked any related issues\r\n- [ ] Bug confirmed by <!--@yourusername & @friendsusername-->\r\n",
"closed_at": null,
"comments": 0,
"comments_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358/comments",
"created_at": "2022-09-14T16:41:17Z",
"events_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358/events",
"html_url": "https://github.com/Resnovas/smartcloud/issues/358",
"id": 1373288471,
"comments_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473/comments",
"created_at": "2023-04-13T19:47:00Z",
"events_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473/events",
"html_url": "https://github.com/Resnovas/smartcloud/issues/473",
"id": 1667035241,
"labels": [],
"labels_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358/labels{/name}",
"labels_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473/labels{/name}",
"locked": false,
"milestone": null,
"node_id": "I_kwDOEtTZH85R2rgX",
"number": 358,
"node_id": "I_kwDOEtTZH85jXPBp",
"number": 473,
"performed_via_github_app": null,
"reactions": {
"+1": 0,
Expand All @@ -31,15 +39,15 @@
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358/reactions"
"url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473/reactions"
},
"repository_url": "https://api.github.com/repos/Resnovas/smartcloud",
"state": "open",
"state_reason": null,
"timeline_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358/timeline",
"title": "bug(api): issue test ",
"updated_at": "2022-09-14T16:41:17Z",
"url": "https://api.github.com/repos/Resnovas/smartcloud/issues/358",
"timeline_url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473/timeline",
"title": "bug(condition): Test 3",
"updated_at": "2023-04-14T15:56:36Z",
"url": "https://api.github.com/repos/Resnovas/smartcloud/issues/473",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/11413796?v=4",
"events_url": "https://api.github.com/users/TGTGamer/events{/privacy}",
Expand Down Expand Up @@ -105,12 +113,13 @@
"git_refs_url": "https://api.github.com/repos/Resnovas/smartcloud/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/Resnovas/smartcloud/git/tags{/sha}",
"git_url": "git://github.com/Resnovas/smartcloud.git",
"has_discussions": true,
"has_downloads": true,
"has_issues": true,
"has_pages": true,
"has_projects": true,
"has_wiki": true,
"homepage": null,
"homepage": "https://resnovas.github.io/smartcloud/",
"hooks_url": "https://api.github.com/repos/Resnovas/smartcloud/hooks",
"html_url": "https://github.com/Resnovas/smartcloud",
"id": 315939103,
Expand All @@ -129,8 +138,8 @@
"name": "smartcloud",
"node_id": "MDEwOlJlcG9zaXRvcnkzMTU5MzkxMDM=",
"notifications_url": "https://api.github.com/repos/Resnovas/smartcloud/notifications{?since,all,participating}",
"open_issues": 18,
"open_issues_count": 18,
"open_issues": 12,
"open_issues_count": 12,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/62039749?v=4",
"events_url": "https://api.github.com/users/Resnovas/events{/privacy}",
Expand All @@ -153,11 +162,11 @@
},
"private": false,
"pulls_url": "https://api.github.com/repos/Resnovas/smartcloud/pulls{/number}",
"pushed_at": "2022-09-12T20:32:52Z",
"pushed_at": "2023-04-14T12:41:18Z",
"releases_url": "https://api.github.com/repos/Resnovas/smartcloud/releases{/id}",
"size": 111033,
"size": 116862,
"ssh_url": "[email protected]:Resnovas/smartcloud.git",
"stargazers_count": 3,
"stargazers_count": 7,
"stargazers_url": "https://api.github.com/repos/Resnovas/smartcloud/stargazers",
"statuses_url": "https://api.github.com/repos/Resnovas/smartcloud/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/Resnovas/smartcloud/subscribers",
Expand All @@ -167,12 +176,12 @@
"teams_url": "https://api.github.com/repos/Resnovas/smartcloud/teams",
"topics": [],
"trees_url": "https://api.github.com/repos/Resnovas/smartcloud/git/trees{/sha}",
"updated_at": "2022-04-13T16:22:49Z",
"updated_at": "2023-02-17T11:26:02Z",
"url": "https://api.github.com/repos/Resnovas/smartcloud",
"visibility": "public",
"watchers": 3,
"watchers_count": 3,
"web_commit_signoff_required": false
"watchers": 7,
"watchers_count": 7,
"web_commit_signoff_required": true
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/u/11413796?v=4",
Expand All @@ -196,15 +205,15 @@
}
},
"eventName": "issues",
"sha": "3dd2ba6991cd89565c39e28e7cb778986a0dcf3f",
"sha": "cad28cab729f6e14f881c5df9a9a3737e10d5f8e",
"ref": "refs/heads/main",
"workflow": "Project Management",
"action": "__self",
"actor": "TGTGamer",
"job": "release-mastermind",
"runNumber": 10980,
"runId": 3054529475,
"runNumber": 16084,
"runId": 4701623747,
"apiUrl": "https://api.github.com",
"serverUrl": "https://github.com",
"graphqlUrl": "https://api.github.com/graphql"
}
}
Loading

0 comments on commit 725120b

Please sign in to comment.