We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4cb049 commit 2b03bf0Copy full SHA for 2b03bf0
.github/workflows/update-pull-request.yml
@@ -17,7 +17,7 @@ on:
17
jobs:
18
is-fork-pull-request:
19
name: Determine whether this issue comment was on a pull request from a fork
20
- if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@metamaskbot update-pr') }}
+ if: ${{ github.event.issue.pull_request && startsWith(github.event.comment.body, '@metamaskbot update-pr') || inputs.dependabot == true }}
21
runs-on: ubuntu-latest
22
outputs:
23
IS_FORK: ${{ steps.is-fork.outputs.IS_FORK }}
0 commit comments