-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into add-icon-interactive
- Loading branch information
Showing
9 changed files
with
298 additions
and
84 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,8 +57,8 @@ repo of Carbon associated with your account. | |
|
||
1. Go to your [GitHub Repositories](https://github.com/settings/repositories). | ||
1. Click on `[your_github_username]/carbon`. | ||
1. Click on the `Clone or Download` button and copy the URL from the | ||
`Clone with SSH` option. It should start with `[email protected]...` | ||
1. Click on the `Code` button and copy the URL from the `Clone with SSH` | ||
option. It should start with `[email protected]...` | ||
|
||
In your terminal: | ||
|
||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
name: Add issue with enhancement label to the Proposals project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
labeled: ${{ env.LABEL_ENHANCEMENT }} | ||
project-url: ${{ env.PROPOSALS_PROJECT_URL }} | ||
|
@@ -29,7 +29,7 @@ jobs: | |
name: Add issue with typescript label to the TypeScript Adoption project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
labeled: ${{ env.LABEL_TYPESCRIPT }} | ||
project-url: ${{ env.TYPESCRIPT_PROJECT_URL }} | ||
|
@@ -39,7 +39,7 @@ jobs: | |
name: Add issue to the Design System project | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected].0 | ||
- uses: actions/[email protected].1 | ||
with: | ||
labeled: ${{ env.LABEL_ENHANCEMENT }}, ${{ env.LABEL_TYPESCRIPT }} | ||
label-operator: NOT | ||
|
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
Oops, something went wrong.