Skip to content

Bump plywood-druid-requester from 2.6.13 to 2.6.14 #264

Bump plywood-druid-requester from 2.6.13 to 2.6.14

Bump plywood-druid-requester from 2.6.13 to 2.6.14 #264

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"