Skip to content

Commit 64ccf8c

Browse files
authored
Merge pull request #231 from TechnologyEnhancedLearning/ci-dependabot-setup
chore(dependabot): auto
2 parents a220ce0 + 8db2b13 commit 64ccf8c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/automerge-dependabot-prs-into-collected-branch.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,13 @@ jobs:
2525
echo "pr title: ${{ github.event.pull_request.title }}"
2626
echo "target branch: ${{ github.event.pull_request.base.ref }}"
2727
echo "source branch: ${{ github.event.pull_request.head.ref }}"
28-
- name: wait for other checks to start
28+
2929
- name: delay for check
3030
run: |
3131
# drop later qqqq shouldnt need but its running before auto
3232
echo "waiting 4 minutes for other checks to start running..."
3333
sleep 240
34+
3435
auto-merge:
3536
runs-on: ubuntu-latest
3637
# if dependabot and checks ran

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,3 +237,4 @@ TELBlazor.Components.ShowCase.E2ETests.WasmServerHost/Logs/*
237237
# Generated version info files
238238
TELBlazor.Components/TELBlazorPackageVersion/VersionInfo*.cs
239239
/.github/workflows/test.yml
240+
/Optimisation Notes.md

0 commit comments

Comments
 (0)