-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into NR-310861
- Loading branch information
Showing
2,051 changed files
with
56,015 additions
and
122,791 deletions.
There are no files selected for viewing
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,21 +1,21 @@ | ||
# .github directory & its subdirectories | ||
/.github/ @newrelic/docs-engineering | ||
/.github/ @newrelic/DOCS-ENG | ||
|
||
# Changes to yarn.lock & package.json file | ||
package.json @newrelic/docs-engineering | ||
yarn.lock @newrelic/docs-engineering | ||
package.json @newrelic/DOCS-ENG | ||
yarn.lock @newrelic/DOCS-ENG | ||
|
||
# all javascript files | ||
*.js @newrelic/docs-engineering | ||
*.js @newrelic/DOCS-ENG | ||
|
||
/plugins/ @newrelic/docs-engineering | ||
/plugins/ @newrelic/DOCS-ENG | ||
|
||
# .github directory & its subdirectories | ||
/scripts/ @newrelic/docs-engineering | ||
/scripts/ @newrelic/DOCS-ENG | ||
|
||
# Whats new files (pings individual project marketing managers) | ||
|
||
/src/content/whats-new/ @john-withers @aalfano7 | ||
|
||
# Otel files | ||
/src/docs/more-integrations/open-source-telemetry-integrations/opentelemetry/ @newrelic/opentelemetry-community | ||
/src/content/docs/opentelemetry @newrelic/OTELCOMM |
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
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
|
@@ -56,4 +56,4 @@ jobs: | |
body: '' | ||
base: develop | ||
delete-branch: true | ||
team-reviewers: docs-engineering | ||
team-reviewers: DOCS-ENG |
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 |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
node-version: 22.4 | ||
|
||
- name: Install dependencies | ||
run: yarn add [email protected] [email protected] | ||
run: yarn add vfile-glob@^1.0.0 to-vfile@^6.1.0 | ||
|
||
- name: Generate new IDs | ||
run: yarn run generate-whatsnew-ids | ||
|
@@ -43,10 +43,16 @@ jobs: | |
git diff-index --quiet HEAD ./src/data/whats-new-ids.json || git commit -m 'chore(whats-new-ids): updated ids' | ||
echo "commit=true" >> $GITHUB_OUTPUT | ||
# Push directly to the `develop` branch so we get the changes included in the release PR | ||
- name: Push Commit | ||
- name: Create Pull Request | ||
id: create-pr | ||
if: steps.commit-changes.outputs.commit == 'true' | ||
uses: ad-m/[email protected] | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
github_token: ${{ secrets.DOCS_ENG_BOT_TOKEN }} | ||
branch: develop | ||
token: ${{ secrets.DOCS_ENG_BOT_TOKEN }} | ||
title: Updated whats new ids | ||
body: '' | ||
branch: whats-new-id | ||
branch-suffix: short-commit-hash | ||
base: develop | ||
delete-branch: true | ||
team-reviewers: DOC |
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
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,8 @@ | ||
#!/usr/bin/env bash | ||
|
||
if [[ -z "${BUILD_LANG}" ]]; then | ||
echo "BUILD_LANG env var required 🥸 set BUILD_LANG=en for a default build" | ||
exit 1 | ||
else | ||
exec node scripts/createNetlifyRedirects.mjs & NODE_OPTIONS='--max-old-space-size=5120' gatsby build --prefix-paths | ||
fi |
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.