Skip to content

Commit

Permalink
Merge pull request #121 from hypermodules/bcomnes-patch-1
Browse files Browse the repository at this point in the history
Automerge dependabot actions updates
  • Loading branch information
bcomnes authored Jan 16, 2021
2 parents 315c638 + 16d884d commit cf5b189
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: tests

on: [push]
on: [push, pull_request]

jobs:
test:
Expand All @@ -19,3 +19,12 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test

automerge:
needs: test
runs-on: ubuntu-latest
steps:
- uses: fastify/[email protected]
if: ${{ github.actor == 'dependabot[bot]' && github.event_name == 'pull_request' && contains(github.head_ref, 'dependabot/github_actions') }}
with:
github-token: ${{secrets.github_token}}

0 comments on commit cf5b189

Please sign in to comment.