Skip to content

Commit 1481081

Browse files
authoredNov 25, 2024··
Promptflow 1.16.2 post release merging back to main (#3866)
# Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [ ] **The pull request does not introduce [breaking changes].** - [ ] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [ ] **I have read the [contribution guidelines](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md).** - [ ] **I confirm that all new dependencies are compatible with the MIT license.** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [ ] Title of the pull request is clear and informative. - [ ] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes.
1 parent 9aa2fe0 commit 1481081

File tree

91 files changed

+98
-90
lines changed

Some content is hidden

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

91 files changed

+98
-90
lines changed
 

‎.github/workflows/samples_configuration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: AliSajid/random-wait-action@main
4949
with:
5050
minimum: 1
51-
maximum: 300
51+
maximum: 99
5252
- name: Azure Login
5353
uses: azure/login@v2
5454
with:

‎.github/workflows/samples_connections.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: AliSajid/random-wait-action@main
7272
with:
7373
minimum: 0
74-
maximum: 300
74+
maximum: 99
7575
- name: Azure Login
7676
uses: azure/login@v1
7777
with:

0 commit comments

Comments
 (0)
Please sign in to comment.