Add framework to show related indexed views inside dataset selector and show banner in the Discover canvas for the selected dataset #1611
Workflow file for this run
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
--- | |
name: github-merit-badger | |
on: | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
call-action: | |
runs-on: ubuntu-latest | |
permissions: | |
pull-requests: write | |
steps: | |
- uses: aws-github-ops/[email protected] | |
id: merit-badger | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} | |
badges: '[first-time-contributor,repeat-contributor,valued-contributor,seasoned-contributor,all-star-contributor,distinguished-contributor]' | |
thresholds: '[0,1,6,13,25,50]' | |
badge-type: 'achievement' | |
ignore-usernames: '[opensearch-ci-bot, dependabot, opensearch-trigger-bot]' |