Skip to content

Commit b855d02

Browse files
committed
Merge branch 'update_jfrog_docs' of https://github.com/EyalDelarea/docs into update_jfrog_docs
2 parents 6ff7f79 + 9554cc2 commit b855d02

File tree

596 files changed

+1667
-932474
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

596 files changed

+1667
-932474
lines changed

.github/workflows/review-comment.yml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ jobs:
4040
- name: check out repo content
4141
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4242
- uses: ./.github/actions/node-npm-setup
43-
# We're setting the URLs manually until we merge in-progress work. We can utilize review server and its helper functions in a later iteration.
43+
4444
- name: Set APP_URL
4545
run: |
4646
if [[ "${{ github.repository }}" == "github/docs-internal" ]]; then
47-
echo "APP_URL=https://docs-review.github.com" >> $GITHUB_ENV
47+
echo "APP_URL=https://docs-internal-staging-TREE.githubapp.com/en" >> $GITHUB_ENV
4848
elif [[ "${{ github.repository }}" == 'github/docs' ]]; then
49-
echo "APP_URL=https://os-docs-review.github.com" >> $GITHUB_ENV
49+
echo "APP_URL=https://adjective-noun-hash-4000.app.github.dev" >> $GITHUB_ENV
5050
fi
5151
- name: Find code changes comment
5252
uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e
@@ -60,13 +60,9 @@ jobs:
6060
timeout-minutes: 30
6161
env:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63-
REVIEW_SERVER: o
64-
REVIEW_SERVER_ACCESS_TOKEN: ${{ secrets.REVIEW_SERVER_ACCESS_TOKEN }}
6563
APP_URL: ${{ env.APP_URL }}
6664
BASE_SHA: ${{ github.event.pull_request.base.sha }}
6765
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
68-
# HEAD_BRANCH isn't necessary for the table comment, but lets us list the branch in the review server menu bar
69-
HEAD_BRANCH: ${{ github.event.pull_request.head.ref }}
7066
run: npm run content-changes-table-comment
7167
- name: Update comment
7268
uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043
@@ -88,9 +84,9 @@ jobs:
8884
8985
<details><summary>Table of review links</summary>
9086
91-
⚠️ **Warning**: Our review server is experiencing latency issues.
87+
**Note**: Please update the URL for your staging server or codespace.
9288
93-
${{ steps.changes.outputs.changesTable && 'The table shows the files in the `content` directory that were changed in this pull request. This helps you review your changes on the review server. Changes to the `data` directory are not included in this table.' || '' }}
89+
${{ steps.changes.outputs.changesTable && 'The table shows the files in the `content` directory that were changed in this pull request. This helps you review your changes on a staging server. Changes to the `data` directory are not included in this table.' || '' }}
9490
9591
${{ steps.changes.outputs.changesTable || '_This pull request contains code changes, so we will not generate a table of review links._' }}
9692

assets/ghes-3-12-opentelemetry-attribute-mappings.csv

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)