Skip to content

repo sync #24788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,6 @@ topics:

{% data reusables.actions.note-understanding-example %}

<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:100%"></th>
</tr>
</thead>
<tbody>
<tr>
<td>

```yaml{:copy}
name: Node.js Tests

Expand Down Expand Up @@ -208,10 +198,6 @@ jobs:
CHANGELOG_CACHE_FILE_PATH: tests/fixtures/changelog-feed.json
run: npm test -- {% raw %}tests/${{ matrix.test-group }}/{% endraw %}
```
</tr>
</td>
</tbody>
</table>

## Understanding the example

Expand All @@ -220,8 +206,8 @@ jobs:
<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:60%"><b>Code</b></th>
<th style="width:40%"><b>Explanation</b></th>
<th scope="col" style="width:60%"><b>Code</b></th>
<th scope="col" style="width:40%"><b>Explanation</b></th>
</tr>
</thead>
<tbody>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,6 @@ topics:

{% data reusables.actions.note-understanding-example %}

<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:100%"></th>
</tr>
</thead>
<tbody>
<tr>
<td>

```yaml{:copy}
name: 'Link Checker: All English'

Expand Down Expand Up @@ -124,10 +114,6 @@ jobs:
--check-images \
--level critical
```
</tr>
</td>
</tbody>
</table>

## Understanding the example

Expand All @@ -136,8 +122,8 @@ jobs:
<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:60%"><b>Code</b></th>
<th style="width:40%"><b>Explanation</b></th>
<th scope="col" style="width:60%"><b>Code</b></th>
<th scope="col" style="width:40%"><b>Explanation</b></th>
</tr>
</thead>
<tbody>
Expand Down
19 changes: 2 additions & 17 deletions content/actions/examples/using-the-github-cli-on-a-runner.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,6 @@ topics:

{% data reusables.actions.note-understanding-example %}

<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:70%"></th>
</tr>
</thead>
<tbody>
<tr>
<td>

```yaml{:copy}
name: Check all English links

Expand Down Expand Up @@ -173,20 +163,15 @@ jobs:
fi
done
```
</tr>
</td>
</tbody>
</table>

## Understanding the example

{% data reusables.actions.example-explanation-table-intro %}

<table style="table-layout: fixed;">
<thead>
<tr>
<th style="width:60%"><b>Code</b></th>
<th style="width:40%"><b>Explanation</b></th>
<th scope="col" style="width:60%"><b>Code</b></th>
<th scope="col" style="width:40%"><b>Explanation</b></th>
</tr>
</thead>
<tbody>
Expand Down
18 changes: 9 additions & 9 deletions content/migrations/overview/planning-your-migration-to-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,35 +142,35 @@ For some migration paths, we offer specialist tools that allow you to migrate so
<table>
<tr>
<th></th>
<th colspan="2" style="text-align: center"><b>Destination</b></th>
<th scope="colgroup" colspan="2" style="text-align: center"><b>Destination</b></th>
</tr>
<tr>
<th><b>Origin</b></th>
<th><b>{% data variables.product.prodname_dotcom_the_website %}, including {% data variables.product.prodname_ghe_cloud %}</b></th>
<th><b>{% data variables.product.prodname_ghe_server %}</b></th>
<th scope="col"><b>Origin</b></th>
<th scope="col"><b>{% data variables.product.prodname_dotcom_the_website %}, including {% data variables.product.prodname_ghe_cloud %}</b></th>
<th scope="col"><b>{% data variables.product.prodname_ghe_server %}</b></th>
</tr>
<tr>
<th><b>Azure DevOps (Cloud only)</b></th>
<th scope="row"><b>Azure DevOps (Cloud only)</b></th>
<td>{% data variables.product.prodname_importer_proper_name %}</td>
<td>None</td>
</tr>
<tr>
<th><b>Bitbucket Server</b></th>
<th scope="row"><b>Bitbucket Server</b></th>
<td><ul><li>bbs-exporter (expert-led migrations only)</li><li>{% data variables.product.prodname_importer_proper_name %} (private beta)</li></ul></td>
<td>`bbs-exporter` (expert-led migrations only)</td>
</tr>
<tr>
<th><b>GitLab (self-managed or SaaS)</b></th>
<th scope="row"><b>GitLab (self-managed or SaaS)</b></th>
<td>gl-exporter (expert-led migrations only)</td>
<td>gl-exporter (expert-led migrations only)</td>
</tr>
<tr>
<th><b>{% data variables.product.prodname_dotcom_the_website %}, including {% data variables.product.prodname_ghe_cloud %}</b></th>
<th scope="row"><b>{% data variables.product.prodname_dotcom_the_website %}, including {% data variables.product.prodname_ghe_cloud %}</b></th>
<td><ul><li>{% data variables.product.prodname_importer_proper_name %}</li><li>Enterprise Cloud Importer (expert-led migrations only)</li></ul></td>
<td>ghe-migrator</td>
</tr>
<tr>
<th><b>{% data variables.product.prodname_ghe_server %}</b></th>
<th scope="row"><b>{% data variables.product.prodname_ghe_server %}</b></th>
<td><ul><li>{% data variables.product.prodname_importer_proper_name %}</li><li>Enterprise Cloud Importer (expert-led migrations only)</li></ul></td>
<td>ghe-migrator</td>
</tr>
Expand Down
6 changes: 3 additions & 3 deletions data/reusables/actions/supported-github-runners.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<table style="width:100%">
<thead>
<tr>
<th style="width:35%"><b>Runner image</b></th>
<th style="width:25%"><b>YAML workflow label</b></th>
<th style="width:40%"><b>Notes</b></th>
<th scope="col" style="width:35%"><b>Runner image</b></th>
<th scope="col" style="width:25%"><b>YAML workflow label</b></th>
<th scope="col" style="width:40%"><b>Notes</b></th>
</tr>
</thead>
<tbody>
Expand Down
4 changes: 2 additions & 2 deletions data/reusables/repositories/reaction_list.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<table style="width:20%">
<thead>
<tr>
<th style="text-align:left">content</th>
<th style="text-align:left">emoji</th>
<th scope="col" style="text-align:left">Content</th>
<th scope="col" style="text-align:left">Emoji</th>
</tr>
</thead>
<tbody>
Expand Down