Compare commits

...

6 Commits

Author SHA1 Message Date
github-actions d89d46aaec Auto commit for release 'develop' on 2024-10-23 2024-10-23 06:53:06 +02:00
James Cole 304d720c4c Merge branch 'main' into develop 2024-10-21 20:16:12 +02:00
James Cole 7eff160190 Fix https://github.com/firefly-iii/firefly-iii/issues/9303 2024-10-21 20:15:43 +02:00
James Cole 8b2e18ed9d Merge pull request #9383 from firefly-iii/dependabot/github_actions/github/command-1.2.2 2024-10-21 05:46:04 +02:00
dependabot[bot] b4b9752c05 Bump github/command from 1.2.1 to 1.2.2
Bumps [github/command](https://github.com/github/command) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/github/command/releases)
- [Commits](https://github.com/github/command/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github/command
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-21 03:13:11 +00:00
James Cole 07c49d1d04 Update stale action. 2024-10-10 07:20:34 +02:00
6 changed files with 545 additions and 544 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ jobs:
close_duplicates:
runs-on: ubuntu-latest
steps:
- uses: github/command@v1.2.1
- uses: github/command@v1.2.2
id: command
with:
allowed_contexts: "issue"
+2 -1
View File
@@ -35,4 +35,5 @@ jobs:
Thank you for your contributions.
days-before-stale: 14
days-before-close: 7
exempt-issue-labels: 'enhancement,feature,bug,announcement,epic,triage'
exempt-all-milestones: true
exempt-issue-labels: 'triage'
@@ -54,6 +54,7 @@ class MigrateRuleActions extends Command
}
$this->replaceEqualSign();
$this->replaceObsoleteActions();
$this->markAsExecuted();
return 0;
}
@@ -179,4 +180,9 @@ class MigrateRuleActions extends Command
}
}
}
private function markAsExecuted(): void
{
app('fireflyconfig')->set(self::CONFIG_NAME, true);
}
}
Generated
+5 -5
View File
@@ -2547,16 +2547,16 @@
},
{
"name": "laravel/framework",
"version": "v11.28.1",
"version": "v11.29.0",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c"
"reference": "425054512c362835ba9c0307561973c8eeac7385"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c",
"reference": "3ef5c8a85b4c598d5ffaf98afd72f6a5d6a0be2c",
"url": "https://api.github.com/repos/laravel/framework/zipball/425054512c362835ba9c0307561973c8eeac7385",
"reference": "425054512c362835ba9c0307561973c8eeac7385",
"shasum": ""
},
"require": {
@@ -2752,7 +2752,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2024-10-16T16:32:21+00:00"
"time": "2024-10-22T14:13:31+00:00"
},
{
"name": "laravel/passport",
+1 -1
View File
@@ -110,7 +110,7 @@ return [
'running_balance_column' => env('USE_RUNNING_BALANCE', false),
// see cer.php for exchange rates feature flag.
],
'version' => 'develop/2024-10-21',
'version' => 'develop/2024-10-23',
'api_version' => '2.1.0',
'db_version' => 24,
+530 -536
View File
File diff suppressed because it is too large Load Diff