Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13,680 changes: 6,522 additions & 7,158 deletions .github/local-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/branch-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "8.0.1",
"@actions/github": "9.0.0",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.9",
"typed-graphqlify": "3.1.6",
Expand Down
8,763 changes: 4,064 additions & 4,699 deletions .github/local-actions/labels-sync/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/labels-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "8.0.1",
"@actions/github": "9.0.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.9",
Expand Down
8,757 changes: 4,061 additions & 4,696 deletions .github/local-actions/lock-closed/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/local-actions/lock-closed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "8.0.1",
"@actions/github": "9.0.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.9",
Expand Down
8,711 changes: 4,038 additions & 4,673 deletions github-actions/branch-manager/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/branch-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "8.0.1",
"@actions/github": "9.0.0",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
"@types/node": "24.10.9",
Expand Down
11,742 changes: 5,555 additions & 6,187 deletions github-actions/feature-request/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/feature-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"dependencies": {
"@actions/core": "3.0.0",
"@actions/github": "8.0.1",
"@actions/github": "9.0.0",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@types/jasmine": "6.0.0",
Expand Down
Loading