From b73d459a2f25c1d89e13235858a56e522da630c3 Mon Sep 17 00:00:00 2001 From: FredrikOseberg Date: Mon, 9 Dec 2024 15:33:32 +0100 Subject: [PATCH] fix: syntax error --- .github/workflows/core-feature-alert.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/core-feature-alert.yml b/.github/workflows/core-feature-alert.yml index 00e21a4a9c..fbc27ab1f8 100644 --- a/.github/workflows/core-feature-alert.yml +++ b/.github/workflows/core-feature-alert.yml @@ -26,7 +26,6 @@ jobs: issue_number: context.payload.pull_request.number, body: `@${prCreator}, core features have been modified in this pull request. Please review!` }) - steps: - name: Add reviewers to the PR uses: actions/github-script@v6 with: