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 40c3f6b
#14
Workflow file for this run
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/[email protected] | |
with: | |
target: minor | |
command: squash and merge | |
github-token: ${{ secrets.DEPENDABOT_AUTO_MERGE_PAT }} |