Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msbarry committed Oct 3, 2023
1 parent 0bbf2f0 commit 0451829
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/dependabot-auto-merge.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,8 @@
name: Dependabot auto-merge
on:
workflow_run:
workflows: ["Node.js CI"]
types:
- completed

permissions:
contents: write
pull-requests: write
workflows: [CI]
types: [completed]

jobs:
dependabot:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI
name: CI

on:
pull_request:
Expand Down

0 comments on commit 0451829

Please sign in to comment.