Skip to content

actions: bump node 18.18.1 #401

actions: bump node 18.18.1

actions: bump node 18.18.1 #401

Workflow file for this run

name: Auto approve
'on': pull_request
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: github.actor == 'dependabot[bot]'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}