ci(workflows): Reviewed and replaced contents of workflows with shareable workflow repo #83
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 auto-merge & tests | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- synchronize | ||
jobs: | ||
tests: | ||
uses: centralnicgroup-opensource/rtldev-middleware-shareable-workflows/.github/workflows/auto-merge-dependabot-pr.yml@RSRMID-1573-shared-actions-workflows-via-enterprise | ||
Check failure on line 10 in .github/workflows/test.yml GitHub Actions / Dependabot auto-merge & testsInvalid workflow file
|
||
secrets: inherit | ||
with: | ||
repository: ${{ github.repository }} |