diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index ccfbe49..2a56df6 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -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: diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 1f58299..0193e4b 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -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: