Commit graph

21 commits

Author SHA1 Message Date
Miodec
a424f96480 chore: upgrade oxlint 2025-04-23 18:54:33 +02:00
Miodec
bf0ce6607d fix: lint issues
!nuf
2025-04-16 19:39:07 +02:00
Jack
cac8835c77
chore: add oxlint (@miodec) (#6455)
Use oxlint for general linting to provide much quicker feedback. Keep
eslint for type-aware rules. Fully switch to oxlint once it supports
type-aware.
2025-04-16 17:18:50 +02:00
Miodec
b9916b8b8d chore: trim branch string 2025-03-26 18:19:36 +01:00
Nad Alaba
195b9d8402
chore(workflows): update deprecated action and remove duplicate workflow message (@NadAlaba) (#6344)
### Description

1. remove duplicate correct examples in semantic-pr-title error message,
and make the examples more diverse (show how to credit multiple
contributors).

![patternMessage](https://github.com/user-attachments/assets/cb6afe48-ed67-4894-ab4a-76894dd50e3b)

2. make the scope (quotes, languages, ...) consistently plural across
the repo docs (A subjective change I know, but in the changelog, the
scope looks better when it is plural i.e. **quotes:** add various
quotes).
3. update deprecated action `upload-artifact` from v3 to v4, because it
was making the `ci-failure-comment` workflow fail.
> Error: This request has been automatically failed because it uses a
deprecated version of `actions/upload-artifact: v3`. Learn more:
https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
4. use the same official action to download and upload artifacts across
the repo's workflows.
5. add 'waiting for update' and remove 'waiting for review' labels when
the Monkey CI workflow fails.
6. fix actions' major version only, to allow minor updates and patches.
2025-03-12 16:35:58 +01:00
Christian Fehmer
9e13f2452a
chore: add branch check in release script (@fehmer) (#6338) 2025-03-06 01:31:33 +01:00
Miodec
7b80bf80a9 chore: forward the exit code returned by the ssh command
also fix logging on error
2025-02-20 12:12:15 +01:00
Miodec
edd2903171 chore: bump eslint version 2025-01-21 11:50:09 +01:00
Miodec
84166ce10b revert: upgrade octokit/rest
This reverts commit 05c22a9417.
2024-09-13 15:10:06 +02:00
Miodec
05c22a9417 chore: upgrade octokit/rest 2024-09-13 13:37:57 +02:00
Nad Alaba
faf522f21f
fix(release script): not updating root package.json version + not supporting some shells (@NadAlaba) (#5825)
* fix(release script): update root package.json version as well + other issues (@NadAlaba)

* remove version from release/package.json (get and set root only)

* usernames start with @, prs start with # in title regex

* update github PR links

* fix typo in dev-pkg script
2024-08-28 14:42:52 +02:00
Miodec
ed8efe619d chore: release v24.34.0 2024-08-20 17:32:27 +02:00
Miodec
101beef87c chore(release package): catch github release api error, notify user 2024-08-14 13:49:26 +02:00
Miodec
b131646db7 chore: release v24.33.0 2024-08-14 13:46:11 +02:00
Miodec
8c6be2cca4 fix(release package): incorrect path 2024-08-14 13:43:53 +02:00
Miodec
d27c622943 chore: move example.env to release package 2024-08-09 12:51:29 +02:00
Miodec
0a0f175291 chore: export deploy backend script 2024-08-08 18:16:28 +02:00
Miodec
c2d08096ed impr: export cf purge script
!nuf
2024-08-08 17:07:13 +02:00
Miodec
d57e318cf1 fix: sh scripts sometimes not finding .env file
!nuf
2024-08-08 17:07:13 +02:00
Miodec
cdfcc9e663 fix: incorrect paths
!nuf
2024-08-08 16:27:47 +02:00
Jack
1eebf748ba
refactor: move release code to a package (@miodec) (#5743) 2024-08-08 16:16:01 +02:00