Skip to content

Commit 28a70b3

Browse files
committed
Fixing indent
1 parent d15c6c0 commit 28a70b3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pr-checks.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -175,12 +175,12 @@ jobs:
175175
token: ${{ secrets.GITHUB_TOKEN }}
176176
issue-number: ${{ github.event.pull_request.number }}
177177
body: |
178-
# Updates to localized strings required
179-
Please update the localized strings in the PR with following steps:
180-
1. Run `yarn localization` in the PR branch.
181-
1. Based on the changes,
182-
* If there are changes in localized strings in source code, make sure that `src/localization/xliff/vscode-mssql.xlf` and `src/l10n/bundle.l10n.json` files are updated.
183-
* If there are changes in localized strings in `package.nls.json`, make sure that `src/localization/xliff/vscode-mssql.xlf` is updated.
178+
# Updates to localized strings required
179+
Please update the localized strings in the PR with following steps:
180+
1. Run `yarn localization` in the PR branch.
181+
1. Based on the changes,
182+
* If there are changes in localized strings in source code, make sure that `src/localization/xliff/vscode-mssql.xlf` and `src/l10n/bundle.l10n.json` files are updated.
183+
* If there are changes in localized strings in `package.nls.json`, make sure that `src/localization/xliff/vscode-mssql.xlf` is updated.
184184
edit-mode: replace
185185

186186
- name: Delete comment

0 commit comments

Comments
 (0)