Skip to content

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.3 to 11.4.2 #16

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.3 to 11.4.2

chore(deps): Bump @octokit/plugin-paginate-rest from 11.3.3 to 11.4.2 #16

Workflow file for this run

name: Dependabot
on: pull_request_target
jobs:
dependabot:
runs-on: ubuntu-latest
steps:
- if: ${{ github.event.pull_request.user.login == 'dependabot[bot]' }}
run: gh pr merge --squash ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}