Skip to content

Commit

Permalink
add dependabot_automerge.yml (#40)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0cf92fb)
  • Loading branch information
franklychilled committed Feb 26, 2024
1 parent 898da4c commit f7ad738
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/dependabot_automerge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Dependabot Workflow
on:
pull_request_target

jobs:
set-token:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
token: ${{ secrets.NPM_TOKEN }}

0 comments on commit f7ad738

Please sign in to comment.