Skip to content

Commit 09b04b3

Browse files
authored
Merge pull request #220 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): broader lint check
2 parents d218284 + f1d0467 commit 09b04b3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/reuseable-ci-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
run: |
203203
BRANCH_NAME="${GITHUB_HEAD_REF:-${GITHUB_REF_NAME}}"
204204
echo "Branch name: $BRANCH_NAME"
205-
if [[ "$BRANCH_NAME" =~ ^dependabot/ ]]; then
205+
if [[ "$BRANCH_NAME" =~ ^dependabot/ ]] || [[ "$AUTHOR_NAME" == "dependabot[bot]" ]] || [[ "$COMMIT_MSG" =~ ^Bump ]]; then
206206
echo "✅ Branch is a dependabot branch - skipping commitlint ✅"
207207
echo "skip=true" >> $GITHUB_OUTPUT
208208
else

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ the ability to produce static prerendered html. The prerendered html is written
7474
- enter the variable names and variable values as follows:
7575
- GITHUB_USERNAME / [Your GitHub username]
7676
- TEL_GIT_PACKAGES_TOKEN / [The copied token]
77+
- LOCAL_PACKAGES_PATH / [Path to your local packages folder]
7778
- then select **OK**
7879
- select **OK** again to close all dialogs.
7980
- **Restore Nuget, Npm, Tooling, playwright and build:**

0 commit comments

Comments
 (0)