Skip to content

Bump plywood-druid-requester from 2.6.13 to 2.7.0 #271

Bump plywood-druid-requester from 2.6.13 to 2.7.0

Bump plywood-druid-requester from 2.6.13 to 2.7.0 #271

Workflow file for this run

name: Dependabot
on: pull_request
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.DEPENDABOT }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"