summaryrefslogtreecommitdiff
path: root/.github/workflows/autobot.yaml
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-30 06:09:38 -0400
committerseth <[email protected]>2023-11-06 22:30:17 +0000
commitea6a9e2d5f3dd0d5ff12e80a4669efb21542c00c (patch)
tree8183f420472094a0c68fd59db7127c16ecd9d9c1 /.github/workflows/autobot.yaml
parentd70e5f53a7339d33aa9b39b7bce4ec9dd2a84ae2 (diff)
tree-wide: garnix -> gha
Diffstat (limited to '.github/workflows/autobot.yaml')
-rw-r--r--.github/workflows/autobot.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/autobot.yaml b/.github/workflows/autobot.yaml
index 0982f30..9401d45 100644
--- a/.github/workflows/autobot.yaml
+++ b/.github/workflows/autobot.yaml
@@ -2,13 +2,14 @@ name: auto-merge dependabot
on: pull_request
-permissions:
- contents: write
- pull-requests: write
-
jobs:
automerge:
runs-on: ubuntu-latest
+
+ permissions:
+ contents: write
+ pull-requests: write
+
if: github.actor == 'dependabot[bot]'
steps:
- uses: dependabot/fetch-metadata@v1