Skip to content

Commit

Permalink
fix(ci): automerge camundait and backport PRs
Browse files Browse the repository at this point in the history
The dependabot/fetch-metadata action fails exceptionally if the PR was not created by dependabot. Therefore, we need to add this condition.
  • Loading branch information
remcowesterhoud committed Jul 28, 2023
1 parent a46190d commit f940746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- id: metadata
if: github.actor == 'dependabot[bot]'
name: Fetch dependency metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
Expand Down

0 comments on commit f940746

Please sign in to comment.