Skip to content

chore(main): release 2.6.2-SNAPSHOT #147

chore(main): release 2.6.2-SNAPSHOT

chore(main): release 2.6.2-SNAPSHOT #147

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 }}"