diff --git a/scripts/github/unreleasedChanges.js b/.github/github/unreleasedChanges.js similarity index 100% rename from scripts/github/unreleasedChanges.js rename to .github/github/unreleasedChanges.js diff --git a/.github/workflows/unreleaseChangesCheck.yml b/.github/workflows/unreleaseChangesCheck.yml index 07d9e37e5..5c055cd41 100644 --- a/.github/workflows/unreleaseChangesCheck.yml +++ b/.github/workflows/unreleaseChangesCheck.yml @@ -14,13 +14,13 @@ jobs: - uses: actions/checkout@v4 with: # Always checkout the main branch - ref: main +# ref: main # Do a deep checkout fetch-depth: 0 # Fetch all the release tags fetch-tags: true - name: Check for unreleased changes - run: node scripts/github/unreleasedChanges.js + run: node .github/scripts/unreleasedChanges.js - name: Unreleased changes Slack Report uses: ravsamhq/notify-slack-action@v2 if: ${{ env.LOG != '' }} # Only post if there is a log