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
7,234 changes: 1,924 additions & 5,310 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": "2.0.2",
"@actions/github": "7.0.0",
"@actions/github": "8.0.0",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.9",
"typed-graphqlify": "3.1.6",
Expand Down
6,807 changes: 1,710 additions & 5,097 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": "2.0.2",
"@actions/github": "7.0.0",
"@actions/github": "8.0.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.9",
Expand Down
6,697 changes: 1,655 additions & 5,042 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": "2.0.2",
"@actions/github": "7.0.0",
"@actions/github": "8.0.0",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
"@types/node": "24.10.9",
Expand Down
6,807 changes: 1,710 additions & 5,097 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": "2.0.2",
"@actions/github": "7.0.0",
"@actions/github": "8.0.0",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
"@types/node": "24.10.9",
Expand Down
6,628 changes: 1,621 additions & 5,007 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": "2.0.2",
"@actions/github": "7.0.0",
"@actions/github": "8.0.0",
"@octokit/request-error": "7.1.0",
"@octokit/rest": "22.0.1",
"@types/jasmine": "6.0.0",
Expand Down
Loading