Skip to content
Open
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
4 changes: 4 additions & 0 deletions .github/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ categories:
- 'bug'
- title: '🧰 Maintenance'
label: 'chore'
- title: '📄 Documentation'
labels:
- 'documentation'
- 'docs'
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
version-template: "$MAJOR.$MINOR"
Expand Down
15 changes: 2 additions & 13 deletions .github/workflows/build-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,14 @@ on:
branches: [main]
paths:
- 'build/**'
- 'workbooks/**'
pull_request:
branches: [main]
paths:
- 'build/**'
- 'workbooks/**'
workflow_dispatch:

# on:
# push:
# # branches to consider in the event; optional, defaults to all
# branches:
# - main
# # pull_request event is required only for autolabeler
# pull_request:
# # Only following types are handled by the action, but one can default to all as well
# types: [opened, reopened, synchronize]
# # pull_request_target event is required for autolabeler to support PRs from forks
# pull_request_target:
# types: [opened, reopened, synchronize]

permissions:
contents: read

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ This Reliability Workbook consists of several co-workbooks. For easy deployment,
```shell
./deploy-workbook.sh -s 00000000-0000-0000-0000-000000000000 -g myResourceGroup -c -l japaneast
```

If there are any issues with the deployment script, review the `deploy-workbook.sh` script in `scripts/deploy-workbook.sh` for any errors or misconfigurations.

### Deploy only Export Workbook easily

If you only want to deploy the Export workbook, you can deploy from the following button.
Expand Down
188 changes: 188 additions & 0 deletions ReliabilityWorkbookIntegration.workbook

Large diffs are not rendered by default.