Skip to content

Add all remaining addons that aren't currently PR'd to be added #461

Add all remaining addons that aren't currently PR'd to be added

Add all remaining addons that aren't currently PR'd to be added #461

Workflow file for this run

name: Auto approve
on:
pull_request
jobs:
auto-approve:
name: Auto approve Pull Request
runs-on: ubuntu-latest
steps:
- name: Approve via TheBusyBot
uses: hmarr/auto-approve-action@v4.0.0
if: github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.ACCESS_TOKEN }}"