This repository has been archived by the owner on May 29, 2024. It is now read-only.
build(deps): bump cycjimmy/semantic-release-action from 3 to 4 #177
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: | |
jobs: | |
auto-merge-dependabot: | |
runs-on: ubuntu-22.04 | |
if: github.actor == 'dependabot[bot]' | |
steps: | |
- name: Auto merge PR | |
uses: ahmadnassri/action-dependabot-auto-merge@v2 | |
with: | |
target: minor | |
github-token: ${{ secrets.OKP4_TOKEN }} |