Skip to content

chore: bump github/codeql-action from 2 to 3 #266

chore: bump github/codeql-action from 2 to 3

chore: bump github/codeql-action from 2 to 3 #266

Workflow file for this run

name: Auto Approve
on: pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/[email protected]
if: |
github.actor == 'dependabot[bot]' ||
contains(github.event.pull_request.labels.*.name, 'safe to approve')
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"