diff --git a/.github/workflows/unreleaseChangesCheck.yml b/.github/workflows/unreleaseChangesCheck.yml index 764ff7868..7dd9496e7 100644 --- a/.github/workflows/unreleaseChangesCheck.yml +++ b/.github/workflows/unreleaseChangesCheck.yml @@ -20,7 +20,7 @@ jobs: # Fetch all the release tags fetch-tags: true - name: Check for unreleased changes - run: ls -lah .github/scripts + run: ./scripts/github/unreleasedChanges.js - name: Unreleased changes Slack Report uses: ravsamhq/notify-slack-action@v2 if: ${{ env.LOG != '' }} # Only post if there is a log diff --git a/.github/scripts/unreleasedChanges.js b/scripts/github/unreleasedChanges.js similarity index 100% rename from .github/scripts/unreleasedChanges.js rename to scripts/github/unreleasedChanges.js