Skip to content

Commit

Permalink
fix(auto-merge-dependabot-pr.yml): reviewed the dependabot job to aut…
Browse files Browse the repository at this point in the history
…o merge
  • Loading branch information
AsifNawaz-cnic committed Jan 30, 2024
1 parent 15aad37 commit 24b32c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,9 @@ jobs:
uses: ./.github/workflows/gulp-release-notification-plugin-test.yml
secrets: inherit
permissions:
contents: read
contents: read

dependabot:
if: ${{ github.actor == 'dependabot[bot]' }}
name: Auto-merge Dependabot PR
runs-on: ${{ vars.RTLDEV_MW_CI_OS }}
needs:
Expand All @@ -76,6 +75,7 @@ jobs:
- go-sdk-tests
- blesta-ispapi-tests
- gulp-release-notification-plugin-tests
if: ${{ github.actor == 'dependabot[bot]' && (success() || needs.perl-sdk-tests.result == 'success' || needs.python-sdk-tests.result == 'success' || needs.php-sdk-tests.result == 'success' || needs.java-sdk-tests.result == 'success' || needs.node-sdk-tests.result == 'success' || needs.go-sdk-tests.result == 'success' || needs.blesta-ispapi-tests.result == 'success' || needs.gulp-release-notification-plugin-tests.result == 'success') }}
permissions:
contents: write
pull-requests: write
Expand Down

0 comments on commit 24b32c3

Please sign in to comment.