This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
Bump src/main/resources/bedrock-samples from d7cb43a
to 1440438
#18
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: auto-merge | |
on: | |
pull_request: | |
permissions: { } | |
jobs: | |
auto-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Dependabot Auto Merge | |
uses: ahmadnassri/action-dependabot-auto-merge@v2.6.6 | |
with: | |
target: minor | |
command: squash and merge | |
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PAT }} |