summaryrefslogtreecommitdiff
path: root/.github/workflows/autobot.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/autobot.yaml')
-rw-r--r--.github/workflows/autobot.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index a8b959f..69d6ad0 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -5,14 +5,14 @@ on: pull_request
jobs:
automerge:
name: Check and merge PR
+ if: github.actor == 'dependabot[bot]'
+
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
- if: github.actor == 'dependabot[bot]'
-
steps:
- uses: dependabot/fetch-metadata@v2
id: metadata