Accept v1-shape monitor body in PPL update guard and toV1MonitorBody #1739
Workflow file for this run
This file contains hidden or 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
| --- | |
| name: Backport | |
| on: | |
| pull_request_target: | |
| types: [closed, labeled] | |
| jobs: | |
| backport: | |
| if: github.repository == 'opensearch-project/alerting-dashboards-plugin' | |
| uses: opensearch-project/opensearch-build/.github/workflows/backport-pr.yml@main | |
| secrets: | |
| OPENSEARCH_CI_BOT_TOKEN: ${{ secrets.OPENSEARCH_CI_BOT_TOKEN }} |