-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## Version 1.29.0 ### Features - Added support for passing Answers Agents in the HTTP header (#1056) - Added support for adding custom autocomplete prompts (#1040) - Added RTF truncation support (#1060, #1061) ### Changes - Updated default `vertical-grid` universal limit to 3 (#1048) ### Bug Fixes - Fixed filters and footer overlap on desktop view (#806) - Fixed `CollapsibleFilters` tab order (#1057) - Fixed text truncation in the accordion card (#1065) - Updated iframe tab navigation to keep parent’s domain (#1067)
- Loading branch information
Showing
76 changed files
with
17,779 additions
and
9,626 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,11 @@ | ||
name: create PR from main to develop | ||
name: Create PR from main to develop | ||
|
||
on: | ||
push: | ||
branches: [main, master] | ||
|
||
permissions: | ||
contents: read | ||
pull-requests: write | ||
|
||
jobs: | ||
createPullRequest: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: extract package version | ||
id: vars | ||
run: | | ||
PACKAGE_VERSION="v$(cat ./package.json | grep version | head -1 | awk -F: '{ print $2 }' | sed 's/[",]//g' | tr -d '[[:space:]]')" | ||
echo ::set-output name=tag::${PACKAGE_VERSION} | ||
- uses: repo-sync/pull-request@v2 | ||
with: | ||
source_branch: "${{ github.event.repository.default_branch }}" | ||
destination_branch: "develop" | ||
pr_title: "Merge ${{ github.event.repository.default_branch }} (${{ steps.vars.outputs.tag }}) into develop" | ||
pr_body: "Merge ${{ github.event.repository.default_branch }} (${{ steps.vars.outputs.tag }}) into develop" | ||
github_token: ${{ secrets.GITHUB_TOKEN }} | ||
call_sync_develop_and_main: | ||
uses: yext/slapshot-reusable-workflows/.github/workflows/sync_develop_and_main.yml@v1 | ||
secrets: | ||
caller_github_token: ${{ secrets.GITHUB_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.