Elliot DeNolf
b7d65ab717
ci: add custom triage action, label-author into triage workflow
2024-10-29 11:49:04 -04:00
Elliot DeNolf
4d9f494a80
ci: update payload team github usernames
2024-10-26 22:24:33 -04:00
Elliot DeNolf
24a8dc7aa3
ci: disable nissuer until can be reworked
2024-10-16 09:04:24 -04:00
Elliot DeNolf
90764efa9a
ci: auto-close issues without repro, auto-label ( #8725 )
...
Implement Nissuer to auto-close issues without valid reproduction and
auto-label based upon selections.
**NOTE:** This does not exempt Payload team members from having a valid
reproduction link.
2024-10-15 23:37:24 -04:00
Elliot DeNolf
800ffd2611
ci: exclude 'status: awaiting-reply' from issue locking
2024-09-25 13:22:58 -04:00
Elliot DeNolf
30f28898b6
ci(release-commenter): post-release trigger on published, no prereleasd
2024-09-10 21:38:34 -04:00
Elliot DeNolf
3dd3f5b135
ci(release-commenter): unlock issue in order to comment
2024-09-08 18:55:14 -04:00
Elliot DeNolf
59f4d125ab
ci: adjust lock-issues cron to nightly
2024-09-08 18:53:35 -04:00
Elliot DeNolf
b2b2ee3338
ci: adjust changes filter
2024-09-08 18:53:14 -04:00
Elliot DeNolf
9b1d0b2d0f
ci: increase lock-issues cron to every hour until caught up
2024-09-06 16:54:34 -04:00
Elliot DeNolf
9014f1fa63
ci: lock-issues log output
2024-09-06 16:25:09 -04:00
Elliot DeNolf
ba75d876e3
ci: add lock-issues workflow
2024-09-06 16:23:18 -04:00
Elliot DeNolf
f2b2e5cda9
ci: enable release comments for beta releases
2024-09-06 15:44:12 -04:00
Elliot DeNolf
b149180db4
ci: remove unnecessary checkout ref
2024-09-06 01:55:56 -04:00
Elliot DeNolf
4efb9dd867
ci: release comment mod ( #8084 )
...
Release commenter to comment on PRs/issues that have had an associated
release.
NOTE: Commenting is currently disabled. Will be keeping an eye on the CI
output as to when to enable.
Heavily modified version of
[apexskier/github-release-commenter](https://github.com/apexskier/github-release-commenter ).
Updates:
- Filters to closed PRs only
- Adds tag filter to support non-linear releases
- Better logging
- Moved to pnpm
- Uses @vercel/ncc for packaging
2024-09-05 22:53:11 -04:00
Elliot DeNolf
7002ca78b9
ci: add workflow_dispatch to post-release for debugging
2024-09-05 13:28:36 -04:00
Elliot DeNolf
44ca3a4073
ci: post-release commenter
2024-09-05 11:26:59 -04:00
Alessio Gravili
94d18e8d74
feat: upgrade react-toastify dependency, and upgrade to pnpm v9 in our monorepo ( #7667 )
2024-08-14 20:05:04 -04:00
Elliot DeNolf
3a73a9696f
ci: stale workflow evals assigned [skip ci]
2024-05-29 13:14:26 -04:00
Elliot DeNolf
d587441e80
ci: update create by with usernames
2024-05-29 13:13:59 -04:00
Elliot DeNolf
baf945b1ea
ci: remove needs-triage on issue assigned
2024-05-28 15:20:16 -04:00
Elliot DeNolf
4c832ad984
ci: update status labels on issue change
2024-05-26 22:00:26 -04:00
Elliot DeNolf
80bf0a3067
chore: label updates [skip ci]
2024-05-24 09:31:51 -04:00
Elliot DeNolf
a06c06415c
ci: increase stale operations-per-run
2024-05-23 09:09:50 -04:00
Elliot DeNolf
2dd7e82fdc
ci: add stale workflow in debug mode
2024-05-22 16:43:17 -04:00
Elliot DeNolf
e71888a625
chore: add label-author.yml
2024-05-21 23:03:14 -04:00
Elliot DeNolf
6979f5a1b1
ci: register release-canary workflow
2024-05-09 09:22:18 -04:00
Elliot DeNolf
4a144ddc44
ci: register pr-title workflow
2024-04-23 23:31:13 -04:00
Elliot DeNolf
0b12aac895
ci: bump actions node version ( #5103 )
2024-04-20 08:54:12 -04:00
Alessio Gravili
c08c8b5628
ci: add weird tune linux network step which seems to reduce flakes ( #5857 )
2024-04-15 12:38:38 -04:00
Dan Ribbens
e8f2ca484e
feat(db-postgres): configurable custom schema to use ( #5047 )
...
* feat(db-postgres): configurable custom schema to use
* test(db-postgres): use public schema
* chore(db-postgres): simplify drop schema
* chore: add postgres-custom-schema test to ci
* chore: add custom schema to postgres ci
* chore(db-postgres): custom schema in migrate
* chore: ci postgres wait condition
2024-02-23 12:48:06 -05:00
Elliot DeNolf
f0f1dbdcb0
ci: pnpm docker:start
2024-02-16 11:31:14 -05:00
Elliot DeNolf
a895aee8b1
ci: add localstack aws envs
2024-02-16 11:31:14 -05:00
Elliot DeNolf
aa1dac08c1
ci: add localstack setup
2024-02-16 11:31:14 -05:00
Dan Ribbens
d6c25783cf
feat(db-postgres): adds idType to use uuid or serial id columns ( #3864 )
...
* feat(db-postgres): WIP adds idType to use uuid or serial id columns
* chore: add postgres-uuid test ci
* chore: add postgres-uuid env vars
* chore: sanitizeQueryValue prevent invalid types
* fix(db-postgres): invalid parentID of nested arrays
2024-02-15 16:06:37 -05:00
Elliot DeNolf
c0eef90cdc
ci: supabase ( #4983 )
...
* ci: supabase
* test: add supabase to adapter record
* test: adjust index tests conditional
2024-02-02 15:26:18 -05:00
Alessio Gravili
41b3b17911
chore(plugin-seo): add to CI, minor package.json improvements ( #4761 )
...
* chore: add plugin-seo to CI
* chore(plugin-seo): minor package.json improvements
2024-01-10 14:27:30 +01:00
Elliot DeNolf
2d35e06667
ci(templates): generate types in ci ( #4685 )
2024-01-04 10:04:44 -05:00
Elliot DeNolf
611438177b
ci: split e2e tests into 8 parts
2023-11-08 12:35:05 -05:00
Elliot DeNolf
15459fb8e3
ci: add workflow changes to needs_build filter
2023-11-07 21:11:32 -05:00
Elliot DeNolf
3ca71c4def
ci: increase v8 memory allocation
2023-11-07 21:06:18 -05:00
Elliot DeNolf
2abb46f4f1
ci: add plugin-sentry build
2023-11-07 12:45:45 -05:00
Elliot DeNolf
436825cc0b
ci: add plugin-form-builder build
2023-10-26 23:26:10 -04:00
Elliot DeNolf
ce1e7a5d14
ci: add plugin-cloud-storage build
2023-10-24 16:42:13 -04:00
Elliot DeNolf
9c250d57a4
ci: add plugin-search build
2023-10-23 17:00:17 -04:00
Elliot DeNolf
d4548d73d5
ci: checkout code for filters to work with non-PRs
2023-10-20 15:14:20 -04:00
Elliot DeNolf
ccc7c51c90
ci: detect code changes by dir, add builds for templates ( #3724 )
...
* ci: add simple website template build
* ci: copy .env.example
* ci: add mongo
* ci: add other templates via matrix
* ci: move templates to separate workflow
* ci: implement paths-filter
* chore: trigger template filter
* chore: refine filters
* chore: adjust needs_build
* chore: undo trigger
2023-10-20 14:57:47 -04:00
Elliot DeNolf
e74dc8633b
ci: add retries to e2e tests ( #3708 )
...
* ci: add retries to e2e tests
* ci: add timeout_minutes for retry
2023-10-17 11:26:34 -04:00
Elliot DeNolf
2e6a2c8355
ci: add plugin-nested-docs build
2023-10-16 12:16:14 -04:00
Elliot DeNolf
cd1f8dc332
ci: remove cpa tests, degit doesn't work in actions
2023-10-12 23:20:00 -04:00