Beep Boop
a094caf43c
chore: pin internal action refs to v8.6.0
2026-06-01 01:26:47 +00:00
GrayBot
b71ef01e97
chore: release 8.6.0
2026-05-31 21:26:43 -04:00
GrayBot
5ee0768610
chore: restore internal action refs to @main ( #285 )
2026-05-27 16:20:58 -04:00
GrayBot
3c51e99538
chore: release 8.5.0 ( #284 )
2026-05-27 16:18:40 -04:00
GrayBot
91bd008e62
chore: restore internal action refs to @main ( #283 )
2026-05-25 16:15:12 -04:00
GrayBot
36953b919c
chore: release 8.4.0 ( #282 )
2026-05-25 16:14:12 -04:00
GrayBot
147245e120
chore: restore internal action refs to @main ( #281 )
2026-05-25 09:33:37 -04:00
GrayBot
4df4b25e05
chore: release 8.3.0 ( #280 )
2026-05-25 09:31:20 -04:00
GrayBot
ebfdeb0b73
chore: restore internal action refs to @main ( #271 )
2026-05-17 19:18:30 -04:00
GrayBot
8a0f197a13
chore: release 8.2.0 ( #270 )
2026-05-17 19:17:32 -04:00
GrayBot
d07afbacd0
chore: restore internal action refs to @main ( #268 )
2026-05-17 18:02:52 -04:00
GrayBot
b71bb8b4aa
chore: release 8.1.0 ( #266 )
2026-05-17 17:43:18 -04:00
GrayBot
de7c47f07d
chore: restore internal action refs to @main ( #264 )
2026-05-14 13:53:32 -04:00
GrayBot
a2e3e7758b
chore: release 8.0.0 ( #263 )
2026-05-14 13:52:22 -04:00
GrayBot
9c56da774b
chore: restore internal action refs to @main ( #260 )
2026-05-13 19:58:46 -04:00
GrayBot
8c4fefd979
chore: release 8.0.0-rc.2 ( #259 )
2026-05-13 17:17:12 -04:00
GrayBot
ff5f76339b
chore: restore internal action refs to @main ( #257 )
2026-05-10 18:40:04 -04:00
GrayBot
0df8ac6e57
chore: release 8.0.0-rc.1 ( #256 )
2026-05-10 18:38:05 -04:00
GrayBot
23c77e10c8
chore: restore internal action refs to @main ( #254 )
2026-05-09 20:25:19 -04:00
GrayBot
5fb823da94
chore: release 8.0.0-rc.0 ( #253 )
2026-05-09 20:24:17 -04:00
Damien Retzinger
74f1e3ec39
docs: use x-release-please-version
...
release-please with x-release-please-major clobbered the magento2 -> magento8. This is obviously dumb.
2026-05-09 20:10:09 -04:00
Damien Retzinger
45d1df0162
docs: bump READMEs on release
2026-05-09 19:18:17 -04:00
Damien Retzinger
a1c6246c78
fix(coding-standard): use exactly phpcs.xml if exists ( #243 )
...
Inadvertently, the added period causes the `file` / `files` of phpcs to be ignored. This caused `vendor` to be linted.
2026-05-07 09:15:18 -04:00
GrayBot
1c312fe567
chore: restore internal action refs to @main ( #232 )
2026-05-01 07:56:31 -04:00
GrayBot
62d2aec976
chore: release 7.0.0 ( #230 )
2026-05-01 07:52:47 -04:00
GrayBot
93c0b480e2
chore: restore internal action refs to @main ( #229 )
2026-04-28 09:56:18 -04:00
GrayBot
28f9e498aa
chore: release 7.0.0-rc.0 ( #228 )
2026-04-28 09:52:54 -04:00
Damien Retzinger
e1a8a81488
feat(coding-standard): skip composer install if the coding is already installed
2026-04-27 14:03:49 -04:00
Damien Retzinger
3fad3a8995
feat(coding-standard): add missing composer_auth to require of magento-coding-standard
2026-04-27 14:03:12 -04:00
Damien Retzinger
d5c744e155
feat(coding-standard)!: remove pr-diff feature and built-in php setup ( #224 )
...
BREAKING CHANGE: Much of the "setup" that's built-into the command is removed in favor of a leaner action. This also includes the "on PR, only diff PR contents" behavior. This can be restored, but it shouldn't be the default and should be done as an input.
Fix SEVERITY_FLAGS construction which exited 1 under bash -e when
severity inputs were empty, causing CI failures.
2026-04-26 22:51:44 -04:00
Damien Retzinger
c2c3755729
feat: use actions/checkout@v6
2026-02-18 14:43:05 -05:00
Damien Retzinger
0008e8642d
fix(coding-standard)!: use magento/php-compatibility-fork ( #190 )
2025-04-09 09:46:33 -04:00
Damien Retzinger
9c06178b30
feat!: replace mage-os/github-actions with graycoreio/github-actions-magento2
2025-03-25 09:41:29 -04:00
Damien Retzinger
4e21b18ee9
feat(coding-standard): add ignore_warnings flag ( #147 )
...
By default, `phpcs` exits with a non-zero exit code when it finds warnings. We keep that default, but allow changing it.
Co-authored-by: Vitaliy Golomoziy <vitaliy.golomoziy@gmail.com >
2023-09-21 08:40:58 -04:00
Vinai Kopp
1dc33c08a1
chore: switch all references of graycore/github-actions-magento2 to mage-os/github-actions
2023-06-17 09:49:31 +02:00
Vinai Kopp
81a1eb2273
feat: make phpcs severity level configurable ( #130 )
...
Add inputs to allow configuring error and warning severity levels.
This allows suppressing messages in the Mage-OS repository that are
ignored in upstream Magento Open Source CI, too.
2023-04-11 08:41:40 -04:00
Gowri
d8936216c0
refactor: fix ::set-output deprecations ( #79 )
2022-10-20 15:58:22 -04:00
Daniel Sloof
2a102c253d
feat: add coding standard action ( #51 )
2022-09-06 10:36:33 -04:00