fix: service name #93
Workflow file for this run
This file contains hidden or 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
| # Approves and enables auto-merge on patch/minor Dependabot PRs. | |
| # For PRs that develop merge conflicts, comment `@dependabot rebase` manually. | |
| name: Dependabot auto-merge | |
| on: pull_request_target | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| call: | |
| uses: code4romania/.github/.github/workflows/dependabot-auto-merge.yml@main | |
| secrets: inherit |