Skip to content

[LENS-1939] Add custom json document support for Map and Collection type fields #152

[LENS-1939] Add custom json document support for Map and Collection type fields

[LENS-1939] Add custom json document support for Map and Collection type fields #152

name: Automated approval
on:
pull_request:
types:
- opened
- reopened
- labeled
jobs:
auto-approve:
runs-on: ubuntu-latest
if: "${{ (github.actor == 'developer-experience-bot[bot]') && contains(github.event.pull_request.labels.*.name, 'autorelease: snapshot') }}"
steps:
- name: auto-approve
id: auto-approve
uses: coveo/actions/auto-approve-action@main
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"