Skip to content

feat: add enrichments page #435

feat: add enrichments page

feat: add enrichments page #435

name: Auto-approve PRs (Non-blocking)
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Auto-approve PR
continue-on-error: true
uses: hmarr/auto-approve-action@v3
with:
github-token: ${{ secrets.LUNARY_BOT_GH_TOKEN }}
- name: Always succeed
run: exit 0