Skip to content

Commit a839833

Browse files
authored
Apply suggestion from @averikitsch
1 parent a652aca commit a839833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mirror-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Add Toolbox Release Notes to PR Body
3030
uses: actions/github-script@v6
3131
env:
32-
REQUIRED_KEYWORDS: 'mssql'
32+
REQUIRED_KEYWORDS: 'mssql,sql-server,sqlserver'
3333
with:
3434
script: |
3535
const requiredKeywordsEnv = process.env.REQUIRED_KEYWORDS;

0 commit comments

Comments
 (0)