Skip to content

Commit 0c07eb9

Browse files
authored
feat: swapping default branch before anybody starts using this (#17)
1 parent 2878584 commit 0c07eb9

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

circleci-orbs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
| Input | Description | Required | Default |
3737
| ---------------------- | -------------------------------- | ------------------ | ---------------------- |
38-
| `base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
38+
| `base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3939
| `token` | GitHub token for authentication | :x: | `${{ github.token }}` |
4040
| `branch-prefix` | Prefix for the update branch | :x: | `update-orbs` |
4141
| `pr-title` | Title for the pull request | :x: | `Update CircleCI Orbs` |

circleci-orbs/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
base-branch:
1212
required: true
1313
description: 'Base branch for PR'
14-
default: 'develop'
14+
default: 'main'
1515

1616
branch-prefix:
1717
required: false

golang/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
| Input | Description | Required | Default |
3232
| --------------- | -------------------------------- | ------------------ | --------------------- |
33-
| `base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
33+
| `base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3434
| `token` | GitHub token for authentication | :x: | `${{ github.token }}` |
3535
| `branch-prefix` | Prefix for the update branch | :x: | `update-dependencies` |
3636

golang/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
base-branch:
1212
required: true
1313
description: 'Base branch for PR'
14-
default: 'develop'
14+
default: 'main'
1515

1616
branch-prefix:
1717
required: false

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
| Input | Description | Required | Default |
3333
| ------------------- | ------------------------------------------- | ------------------ | ------------------------- |
34-
| `base-branch` | Base branch for the pull request | :white_check_mark: | `develop` |
34+
| `base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
3535
| `token` | GitHub token for authentication | :x: | `${{ github.token }}` |
3636
| `branch-prefix` | Prefix for the update branch | :x: | `update-dependencies` |
3737
| `pr-title` | Title for the pull request | :x: | `Update NPM Dependencies` |

npm/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inputs:
1111
base-branch:
1212
required: true
1313
description: 'Base branch for PR'
14-
default: 'develop'
14+
default: 'main'
1515

1616
branch-prefix:
1717
required: false

0 commit comments

Comments
 (0)