Skip to content

Commit 601ced1

Browse files
test: add test inputs and trigger package detection for comment testing
Made-with: Cursor
1 parent a49b2c0 commit 601ced1

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ on:
1515
description: 'PR number to comment on (for testing the comment logic)'
1616
type: string
1717
default: ''
18+
test_version:
19+
description: 'Version for comment (e.g., v3.5.0-next.1)'
20+
type: string
21+
default: ''
22+
test_packages:
23+
description: 'Packages for comment (e.g., {webex,@webex/plugin-meetings})'
24+
type: string
25+
default: ''
26+
1827

1928
env:
2029
rid: ${{ github.run_id }}-${{ github.run_number }}
@@ -445,8 +454,8 @@ jobs:
445454
if: ${{ steps.pr.outputs.pull_request_number != '' }}
446455
uses: actions/github-script@v7
447456
env:
448-
INPUT_VERSION: ${{ needs.publish-tag.outputs.package_version || 'v0.0.0-dry-run' }}
449-
INPUT_PACKAGES: ${{ needs.generate-package-matrix.outputs.node-recursive }}
457+
INPUT_VERSION: ${{ needs.publish-tag.outputs.package_version || inputs.test_version || 'v0.0.0-dry-run' }}
458+
INPUT_PACKAGES: ${{ needs.generate-package-matrix.outputs.node-recursive || inputs.test_packages }}
450459
INPUT_PR_NUMBER: ${{ steps.pr.outputs.pull_request_number }}
451460
INPUT_PACKAGE_NAME: ${{ needs.publish-tag.outputs.package_name || 'webex' }}
452461
with:

packages/@webex/plugin-meetings/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1266,3 +1266,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
12661266
## License
12671267
12681268
© 2016-2025 Cisco and/or its affiliates. All Rights Reserved.
1269+

packages/@webex/webex-core/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,3 +140,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
140140
## License
141141

142142
© 2016-2025 Cisco and/or its affiliates. All Rights Reserved.
143+

packages/webex/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,3 +161,4 @@ Pull requests welcome. Please see [CONTRIBUTING.md](https://github.com/webex/web
161161
## License
162162

163163
© 2016-2020 Cisco and/or its affiliates. All Rights Reserved.
164+

0 commit comments

Comments
 (0)