James Cole
66af080b09
Update lock-threads action to use dessant version
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-05-28 05:10:49 +02:00
James Cole
2c14a605e4
Remove AI assistance disclosure comments
...
Removed AI assistance disclosure comments from the workflow.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-05-21 12:32:32 +02:00
James Cole
195fb6cdb7
Update pr-reply-no-disclosure.yml
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-05-21 06:07:37 +02:00
James Cole
9e511c822e
Update pr-reply-no-disclosure.yml
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-05-20 20:12:40 +02:00
James Cole
ec1dfca2b5
Enhance PR workflow to check for author
...
Added logic to check for the author of the pull request.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-05-19 08:15:40 +02:00
James Cole
e83c5b9f86
New workflow.
2026-05-17 04:50:34 +02:00
dependabot[bot]
8cf8e91448
Bump actions/dependency-review-action from 4 to 5
...
Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action ) from 4 to 5.
- [Release notes](https://github.com/actions/dependency-review-action/releases )
- [Commits](https://github.com/actions/dependency-review-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/dependency-review-action
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-05-11 03:56:03 +00:00
James Cole
e4b1c3045e
Update Mago Lint command to use vendor path
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-27 18:50:27 +02:00
James Cole
c93a2dc23a
Refactor CI workflow by removing Mago setup
...
Removed Mago setup step and updated command path.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-27 18:41:58 +02:00
James Cole
eb4971fec6
Add latest version setup for Mago in release workflow
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-27 18:36:24 +02:00
James Cole
0c63a3380d
Refactor Setup Mago step in release workflow
...
Removed working-directory input from Setup Mago step.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-27 18:32:52 +02:00
James Cole
e8ab7d8a93
Specify version for Mago setup in release workflow
...
Update Mago setup to use a specific version.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-27 18:20:27 +02:00
James Cole
a9a03fe0d0
Update release.yml
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-18 05:59:50 +02:00
dependabot[bot]
7f604795b9
Bump actions/github-script from 8 to 9
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-04-13 03:54:05 +00:00
James Cole
c74790322b
Enable verbose logging for npm build commands
...
Added verbose flag to npm commands for better logging.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-04-10 10:08:40 +02:00
dependabot[bot]
10d2137723
Bump crazy-max/ghaction-import-gpg from 6 to 7
...
Bumps [crazy-max/ghaction-import-gpg](https://github.com/crazy-max/ghaction-import-gpg ) from 6 to 7.
- [Release notes](https://github.com/crazy-max/ghaction-import-gpg/releases )
- [Commits](https://github.com/crazy-max/ghaction-import-gpg/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: crazy-max/ghaction-import-gpg
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-03-09 03:53:55 +00:00
James Cole
7315825475
Update CI workflow to manage environment file
...
Copy .env.example to .env before running CI and remove .env afterward.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:55:56 +01:00
James Cole
eea23ed756
Update composer update command in CI workflow
...
Removed the '--no-plugins' option from composer update command.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 10:42:51 +01:00
James Cole
9b5cf09cc0
Update release.yml to enforce error handling
...
Removed '|| true' from Mago format, PHPCS, and lint commands to ensure they fail the workflow if errors occur.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-03-04 09:26:08 +01:00
James Cole
912a9f1ea7
Fix workflow for now.
2026-03-04 06:53:52 +01:00
James Cole
42f4eb448d
Expand release workflow.
2026-03-04 06:44:28 +01:00
James Cole
56a1eb6515
Fix echo statement for Data importer version
...
Signed-off-by: James Cole <james@firefly-iii.org >
2026-02-24 08:07:45 +01:00
James Cole
091f264f3e
Remove mago analyse, fix update check.
2026-02-21 06:40:51 +01:00
James Cole
accac89ffb
Upgrade job to PHP 8.5
2026-02-20 17:35:59 +01:00
James Cole
099e60a2fa
Do format.
2026-01-23 15:16:41 +01:00
James Cole
f9f365153a
Update build job.
2026-01-20 21:01:37 +01:00
James Cole
4405b2ac8f
Update PHP version setup in release workflow
...
Set default PHP version to 8.4 if not provided.
Signed-off-by: James Cole <james@firefly-iii.org >
2026-01-19 07:51:49 +01:00
dependabot[bot]
088b0e2f30
Bump dessant/label-actions from 4 to 5
...
Bumps [dessant/label-actions](https://github.com/dessant/label-actions ) from 4 to 5.
- [Release notes](https://github.com/dessant/label-actions/releases )
- [Changelog](https://github.com/dessant/label-actions/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dessant/label-actions/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: dessant/label-actions
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-15 03:06:09 +00:00
dependabot[bot]
b799379a0a
Bump github/command from 2.0.2 to 2.0.3
...
Bumps [github/command](https://github.com/github/command ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/github/command/releases )
- [Commits](https://github.com/github/command/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: github/command
dependency-version: 2.0.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-01 03:10:25 +00:00
dependabot[bot]
4e0b1bf65d
Bump actions/checkout from 5 to 6
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-11-24 03:17:24 +00:00
James Cole
2e5528167c
Don't do comment.
2025-11-12 05:46:21 +01:00
James Cole
49b42538f5
Improve automated reply message for debug info
...
Signed-off-by: James Cole <james@firefly-iii.org >
2025-11-11 09:37:30 +01:00
James Cole
3fd31bdf70
Fix workflows.
2025-11-11 07:01:30 +01:00
James Cole
abfa2af278
Expand tests.
2025-11-11 06:16:36 +01:00
James Cole
122a389a95
Fix typo in automated reply message
...
Signed-off-by: James Cole <james@firefly-iii.org >
2025-11-10 14:40:41 +01:00
James Cole
b54d7d5c7b
Enhance issue reply condition for old versions
...
Updated condition to check for additional version variables in issue body.
Signed-off-by: James Cole <james@firefly-iii.org >
2025-11-10 09:02:57 +01:00
James Cole
9448402d9f
Update issues-reply-old-versions.yml
...
Signed-off-by: James Cole <james@firefly-iii.org >
2025-11-10 09:00:33 +01:00
James Cole
27c1d33a70
Detect if the issue type is a bug.
2025-11-09 17:01:16 +01:00
James Cole
c5ed6fbe52
Add new workflow.
2025-11-09 12:33:42 +01:00
James Cole
8f4511b466
Fix args/
2025-11-01 18:00:48 +01:00
James Cole
b5be712754
Expand arg.
2025-11-01 18:00:22 +01:00
James Cole
4f1ea96308
Test argument.
2025-11-01 17:57:07 +01:00
James Cole
adf34805a8
Shiny release PR.
2025-09-10 06:52:51 +02:00
James Cole
fb3f7a1d4b
Merge pull request #10874 from firefly-iii/dependabot/github_actions/actions/stale-10
...
Bump actions/stale from 9 to 10
2025-09-08 11:41:37 +02:00
dependabot[bot]
0990b1f0b4
Bump actions/stale from 9 to 10
...
Bumps [actions/stale](https://github.com/actions/stale ) from 9 to 10.
- [Release notes](https://github.com/actions/stale/releases )
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/stale/compare/v9...v10 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-version: '10'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 03:08:14 +00:00
dependabot[bot]
c1922670c8
Bump actions/github-script from 7 to 8
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 7 to 8.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v7...v8 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '8'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-09-08 03:08:10 +00:00
James Cole
44a00ec8eb
Use 6.
2025-08-19 06:41:07 +02:00
James Cole
d84e772945
Use nr. 5
2025-08-19 06:36:19 +02:00
James Cole
b475f6c51d
Refer to nr 4
2025-08-19 06:32:26 +02:00
James Cole
2712662510
Refer to exact version.
2025-08-19 06:30:50 +02:00