Merge branch 'main' into or-2027-github-actions-create-patch-from-main-branch-auto-update

This commit is contained in:
Rajesh Rajendran 2025-05-12 15:53:43 +02:00 committed by GitHub
commit dc20af662b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -46,4 +46,4 @@ jobs:
git fetch --tags
git checkout main
echo "Updating tag ${{ env.LATEST_TAG }} to point to latest commit on main"
git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force
git push origin HEAD:refs/tags/${{ env.LATEST_TAG }} --force

View file

@ -135,7 +135,7 @@ const WarnBadge = React.memo(
<div
className="py-1 ml-3 cursor-pointer"
onClick={() => closeWarning(2)}
onClick={() => closeWarning(1)}
>
<Icon name="close" size={16} color="black" />
</div>

View file

@ -18,4 +18,4 @@ version: 0.1.10
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
AppVersion: "v1.22.30"
AppVersion: "v1.22.31"