From 045182922223be07af77091676eac2df51ba542b Mon Sep 17 00:00:00 2001 From: Mike Barry Date: Tue, 3 Oct 2023 05:22:04 -0400 Subject: [PATCH] fix --- .github/workflows/dependabot-auto-merge.yml | 9 ++------- .github/workflows/node.js.yml | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) 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: