Skip to content

Commit 06a8b51

Browse files
authored
Cleanup github actions (#3549)
- should now correct itself when one changes from (accidentaly selected) master to develop - also fixes wrong CHANGELOG entry from #3481 - update deps a little
1 parent 1823f5a commit 06a8b51

File tree

6 files changed

+106
-106
lines changed

6 files changed

+106
-106
lines changed
File renamed without changes.

.github/workflows/enforce-pullrequest-rules.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
name: "Enforce Pull-Request Rules"
66

77
on:
8-
pull_request:
8+
pull_request_target:
99
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]
1010

1111
jobs:
@@ -25,4 +25,4 @@ jobs:
2525
echo "Please don't do this. Switch the branch to 'develop'."
2626
exit 1
2727
env:
28-
BASE_BRANCH: ${{ github.base_ref }}
28+
BASE_BRANCH: ${{ github.event.pull_request.base.ref }}

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ _This release is scheduled to be released on 2024-10-01._
1111

1212
### Added
1313

14+
- [compliments] Added support for cron type date/time format entries mm hh DD MM dow (minutes/hours/days/months and day of week) see https://crontab.cronhub.io for construction (#3481)
1415
- [core] Check config at every start of MagicMirror² (#3450)
1516
- [core] Add spelling check (cspell): `npm run test:spelling` and handle spelling issues (#3544)
1617
- [core] removed `config.paths.vendor` (could not work because `vendor` is hardcoded in `index.html`), renamed `config.paths.modules` to `config.foreignModulesDir`, added variable `MM_CUSTOMCSS_FILE` which - if set - overrides `config.customCss`, added variable `MM_MODULES_DIR` which - if set - overrides `config.foreignModulesDir`, added test for `MM_MODULES_DIR` (#3530)
@@ -47,7 +48,6 @@ Thanks to: @btoconnor, @bugsounet, @JasonStieber, @khassel, @kleinmantara and @W
4748
4849
### Added
4950

50-
- [compliments] Added support for cron type date/time format entries.. mm hh DD MM dow (minutes/hours/days/months and day of week) see https://crontab.cronhub.io for construction
5151
- [calendar] Added config option "showEndsOnlyWithDuration" for default calendar
5252
- [compliments] Added `specialDayUnique` config option, defaults to `false` (#3465)
5353
- [weather] Provider weathergov: Use `precipitationLast3Hours` if `precipitationLastHour` is `null` (#3124)

0 commit comments

Comments
 (0)