Skip to content

Update Common-Issues.md #416

Update Common-Issues.md

Update Common-Issues.md #416

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@v3.2.1
if: github.actor == 'renovate[bot]'
with:
github-token: "${{ secrets.ACCESS_TOKEN }}"