Connect steps and ingredient items through a relation model instead of related field #213
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: Dependabot automerge | |
on: pull_request | |
jobs: | |
automerge: | |
uses: danielkjellid/github-actions/.github/workflows/dependabot-automerge.yaml@main | |
permissions: | |
contents: write | |
pull-requests: write | |
with: | |
name: 'automerge' | |
check-regexp: '(CI done|tests)' |