Skip to content

Commit 363eff3

Browse files
committed
Merge branch 'karlsoderby/nano-screw-terminal' of https://github.com/arduino/docs-content-private into karlsoderby/nano-screw-terminal
2 parents a3e9a6f + 5fcba68 commit 363eff3

File tree

522 files changed

+11039
-894
lines changed

Some content is hidden

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

522 files changed

+11039
-894
lines changed

.github/workflows/deploy-prd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy to production
22

33
on:
4+
workflow_dispatch:
45
push:
56
branches:
67
- main

.github/workflows/sync-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Sync PR
2929
env:
3030
GITHUB_TOKEN: ${{ secrets.SYNC_GITHUB_CLI_TOKEN }}
31-
run: gh pr create --title "$(gh pr view $GITHUB_REF_NAME --json title --jq .title)" --body "$(gh pr view $GITHUB_REF_NAME --json body --jq .body)" --repo arduino/docs-content
31+
run: gh pr create --title "$(gh pr view $GITHUB_REF_NAME --json title --jq .title)" --body "$(gh pr view $GITHUB_REF_NAME --json body --jq .body)" --label "$(gh pr view $GITHUB_REF_NAME --json labels --jq .labels[].name)" --reviewer "$(gh pr view $GITHUB_REF_NAME --json reviewRequests --jq .reviewRequests[].login)" --label "arduino" --assignee "$(gh pr view $GITHUB_REF_NAME --json assignees --jq .assignees[].login)" --repo arduino/docs-content
3232

3333
- name: Close PR
3434
env:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion

content/built-in-examples/01.basics/Blink/Blink.md

Lines changed: 2 additions & 2 deletions

content/built-in-examples/04.communication/Midi/Midi.md

Lines changed: 2 additions & 2 deletions

content/cloud/iot-cloud/tutorials/01.iot-cloud-getting-started/iot-cloud-getting-started.md

Lines changed: 2 additions & 0 deletions

content/cloud/iot-cloud/tutorials/02.technical-reference/iot-cloud-tech-ref.md

Lines changed: 2 additions & 0 deletions
Lines changed: 256 additions & 0 deletions

content/cloud/web-editor/tutorials/getting-started/getting-started-web-editor/getting-started-web-editor.md

Lines changed: 9 additions & 1 deletion

content/hardware/01.mkr/02.shields/mkr-485-shield/tutorials/mkr-485-communication/mkr-485-communication.md

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)