build(releaserc.json and package.json): deprecated gulp release notification plugin in favour of semantic release notify plugin #156
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@main | ||
secrets: inherit | ||
with: | ||
repository: ${{ github.repository }} | ||
Check failure on line 13 in .github/workflows/test.yml GitHub Actions / Dependabot auto-merge & testsInvalid workflow file
|