-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5375 from matthewgallo/update-branch-naming-v1-ci
fix: update v1 branch name across workflow files
- Loading branch information
Showing
9 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- synchronize | ||
|
||
jobs: | ||
main_v1: | ||
v1: | ||
name: validate title | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,12 +2,12 @@ name: Sync commits across versions | |
|
||
on: | ||
pull_request: | ||
branches: [sync-commit] # TODO: Rename to branch `main_v1` after token issue resolved. | ||
branches: [sync-commit] # TODO: Rename to branch `v1` after token issue resolved. | ||
types: [closed] | ||
|
||
jobs: | ||
sync-commit: | ||
if: github.event.pull_request.merged == true # Merged PRs to `main_v1`. | ||
if: github.event.pull_request.merged == true # Merged PRs to `v1`. | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -19,7 +19,7 @@ jobs: | |
# https://git-scm.com/docs/git-cherry-pick#_options | ||
- name: Cherry pick | ||
|
||
# TODO: Rename to branch `main_v1` after token issue resolved. | ||
# TODO: Rename to branch `v1` after token issue resolved. | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Storybook addon for Carbon themes | ||
|
||
This package is now only being published from our `main` branch and is no longer | ||
being maintained from `main_v1`. TO view the package documentation, see | ||
being maintained from `v1`. TO view the package documentation, see | ||
[here](https://github.com/carbon-design-system/ibm-products/blob/main/config/storybook-addon-carbon-theme/README.md). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters