This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Bump Rebus from 8.0.1 to 8.0.2 in /src #102
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: merge-dependabot | |
on: | |
pull_request: | |
jobs: | |
automerge: | |
runs-on: ubuntu-latest | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- name: Dependabot Auto Merge | |
uses: ahmadnassri/[email protected] | |
with: | |
target: minor | |
github-token: ${{ secrets.dependabot }} | |
command: squash and merge |