silverwind
7413e8583d
Replace poetry
with uv
( #35084 )
2025-07-15 21:19:39 +00:00
silverwind
1e86b7dad0
Add labeler config for topic/code-linting
( #35020 )
...
release-nightly / nightly-binary (push) Has been cancelled
release-nightly / nightly-docker-rootful (push) Has been cancelled
release-nightly / nightly-docker-rootless (push) Has been cancelled
cron-translations / crowdin-pull (push) Has been cancelled
So that we don't have to manually set this label anymore.
2025-07-09 17:20:44 +00:00
silverwind
2aa59ba9e5
Update files-changed and labeler globs ( #33720 )
...
Few tweaks, should be self-explanatory.
2025-02-25 11:33:23 -08:00
Anbraten
f58a43f60a
Count typescript files as frontend for labeling ( #32088 )
2024-09-21 18:26:36 +00:00
Jason Song
fb271d1e6a
Add label docs-update-needed
for PRs that modify app.example.ini
( #31810 )
...
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
To help #31536 .
Or it's easy to forget to update https://gitea.com/gitea/docs when
modifying `app.example.ini`.
2024-08-10 00:20:59 +08:00
silverwind
f691721714
Remove modifies/frontend
from labeler ( #30198 )
...
Remove this label, I find it barely useful and we already have more
useful labels like `modifies/js`. Backport so that we can eventually
delete that label.
Co-authored-by: Giteabot <teabot@gitea.io >
2024-03-31 13:35:11 +02:00
silverwind
f31a88d3cb
Add stylelint-value-no-unknown-custom-properties
and convert stylelint config to js ( #30117 )
...
Add
[`stylelint-value-no-unknown-custom-properties`](https://github.com/csstools/stylelint-value-no-unknown-custom-properties )
which lints for undefined CSS variables. No current violations.
To make it work properly with editor integrations, I had to convert the
config to JS to be able to pass absolute paths to the plugin, but this
is a needed change anyways.
2024-03-29 20:32:35 +00:00
silverwind
6692894637
Tweak labeler ( #29809 )
...
- `poetry.toml` does not picture dependencies
- Add `.vue` files to `modifies/js`
2024-03-15 15:27:51 +00:00
Denys Konovalov
225fc40528
Update to labeler v5 ( #29721 )
...
Updated to actions/labeler@v5
Updated labeler config accordingly, also improved the config and added
more labels.
---------
Co-authored-by: Giteabot <teabot@gitea.io >
2024-03-12 22:09:02 +00:00
Denys Konovalov
0c2a3f4cdc
Update labeler to match new labeling system ( #27525 )
2023-10-08 12:16:56 -04:00
silverwind
ab074c9b98
Tweak labeler config ( #27502 )
...
Alternative to https://github.com/go-gitea/gitea/pull/27439 . Removes a
few spammy labels, and disables `sync-labels` which make it never remove
labels (which is default behaviour).
2023-10-08 13:11:26 +00:00
JakobDev
e481638010
Add more package registry paths to the labeler ( #27032 )
...
Found this while working on #26960
2023-09-12 02:29:09 -04:00
silverwind
3442ea62cd
Add some more labels to labeler ( #26987 )
...
- Add more automatic labels
- Consistently use `**` glob for recursive directory globs.
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
2023-09-10 19:54:20 +00:00
silverwind
3c0c279658
Add yamllint
( #26965 )
...
So that https://github.com/go-gitea/gitea/pull/26964 does not happen
again. Merge this after that PR. Config is based on
[node's](https://github.com/nodejs/node/blob/main/.yamllint.yaml ).
---------
Co-authored-by: techknowlogick <techknowlogick@gitea.com >
2023-09-07 22:24:06 -04:00
silverwind
f9abb6ade2
Fix yaml quoting ( #26964 )
...
Yaml [does not
like](https://github.com/go-gitea/gitea/actions/runs/6115139962/job/16598147278?pr=26568 )
keys that start with `*` so let's quote all globs.
2023-09-07 20:50:10 -04:00
silverwind
cfa3527118
Add actions/labeler
( #26962 )
...
Implements https://github.com/GiteaBot/gitea-backporter/issues/93 using
[`actions/labeler`](https://github.com/actions/labeler ). Very basic
configuration, can be extended later.
2023-09-07 21:30:03 +00:00