Skip to content

Implement completions from url #53

Implement completions from url

Implement completions from url #53

name: Depfu auto-approve
on:
pull_request_target:
types: [opened]
permissions:
contents: write
pull-requests: write
jobs:
depfu:
runs-on: ubuntu-latest
if: ${{ github.actor == 'depfu[bot]' }}
steps:
- name: Approve all depfu PRs
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}