Skip to content

[dependabot]: Bump pry from 0.15.0 to 0.15.2 #406

[dependabot]: Bump pry from 0.15.0 to 0.15.2

[dependabot]: Bump pry from 0.15.0 to 0.15.2 #406

Workflow file for this run

name: automerge
on:
pull_request_target:
types:
- labeled
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: squash
MERGE_DELETE_BRANCH: true
MERGE_LABELS: "automerge,!automerge blocked"
- name: automerge-dependencies
uses: pascalgn/automerge-action@v0.16.4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: squash
MERGE_DELETE_BRANCH: true
MERGE_LABELS: "dependencies,!automerge blocked"
MERGE_REMOVE_LABELS: ""