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
1,360 changes: 1,129 additions & 231 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,6 +1,6 @@
{
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@types/node": "24.10.2",
Expand Down
1,348 changes: 1,123 additions & 225 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,6 +1,6 @@
{
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
Expand Down
1,348 changes: 1,123 additions & 225 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,6 +1,6 @@
{
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/types": "16.0.0",
Expand Down
640 changes: 416 additions & 224 deletions github-actions/bazel/configure-remote/configure-remote.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion github-actions/bazel/configure-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@types/node": "24.10.2"
}
}
1,348 changes: 1,123 additions & 225 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
@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@actions/github": "6.0.1",
"@octokit/rest": "22.0.1",
"@octokit/webhooks-types": "7.6.1",
Expand Down
2 changes: 1 addition & 1 deletion github-actions/browserstack/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"type": "module",
"dependencies": {
"@actions/core": "1.11.1",
"@actions/core": "2.0.1",
"@types/node": "24.10.2"
}
}
640 changes: 416 additions & 224 deletions github-actions/browserstack/set-browserstack-env.js

Large diffs are not rendered by default.

Loading
Loading