-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 remove-old-colors
- Loading branch information
Showing
57 changed files
with
1,714 additions
and
1,743 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@primer/css": patch | ||
--- | ||
|
||
Upgrade to @primer/primtives@8.2.0 and @primer/stylelint-config@13.0.0-rc |
Validating CODEOWNERS rules …
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 +1,3 @@ | ||
* @primer/css-reviewers | ||
* @primer/design-reviewers | ||
package.json @primer/design-reviewers @primer/engineer-reviewers | ||
package-lock.json @primer/design-reviewers @primer/engineer-reviewers |
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 |
---|---|---|
|
@@ -14,13 +14,13 @@ permissions: | |
jobs: | ||
deploy: | ||
if: ${{ github.repository == 'primer/css' }} | ||
uses: primer/.github/.github/workflows/deploy_preview.yml@main | ||
uses: primer/.github/.github/workflows/deploy_preview.yml@v2.1.0 | ||
name: Deploy preview | ||
secrets: | ||
gh_token: ${{ secrets.GITHUB_TOKEN }} | ||
with: | ||
node_version: 18 | ||
install: npm ci && cd docs && npm ci && cd .. | ||
node_version: 20 | ||
install: npm i && cd docs && npm i && cd .. | ||
build: npm run build:docs:preview | ||
output_dir: docs/public | ||
|
||
|
@@ -32,7 +32,7 @@ jobs: | |
steps: | ||
- uses: actions/checkout@v4 | ||
|
||
- uses: chrnorm/[email protected].5 | ||
- uses: chrnorm/[email protected].7 | ||
name: Create GitHub deployment for storybook | ||
id: storybook | ||
with: | ||
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
- name: Update storybook deployment status (success) | ||
if: success() | ||
uses: chrnorm/[email protected].1 | ||
uses: chrnorm/[email protected].3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
environment-url: '${{ needs.deploy.outputs.deployment_url }}/storybook' | ||
|
@@ -51,7 +51,7 @@ jobs: | |
|
||
- name: Update storybook deployment status (failure) | ||
if: failure() | ||
uses: chrnorm/[email protected].1 | ||
uses: chrnorm/[email protected].3 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
state: 'failure' | ||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
name: Release Event Tracking | ||
# Measure a datadog event every time a release occurs | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- closed | ||
- opened | ||
- reopened | ||
|
||
release: | ||
types: [published] | ||
|
||
jobs: | ||
release-tracking: | ||
name: Release Tracking | ||
uses: primer/.github/.github/workflows/[email protected] | ||
secrets: | ||
datadog_api_key: ${{ secrets.DATADOG_API_KEY }} |
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.