Commit Graph

13 Commits (05e9063013b91a7e78ab5f2b97dc7f65ee687436)

Author SHA1 Message Date
Anbraten f58a43f60a
Count typescript files as frontend for labeling ()
Jason Song fb271d1e6a
Add label `docs-update-needed` for PRs that modify `app.example.ini` ()
To help .

Or it's easy to forget to update https://gitea.com/gitea/docs when
modifying `app.example.ini`.
silverwind f691721714
Remove `modifies/frontend` from labeler ()
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>
silverwind f31a88d3cb
Add `stylelint-value-no-unknown-custom-properties` and convert stylelint config to js ()
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.
silverwind 6692894637
Tweak labeler ()
- `poetry.toml` does not picture dependencies
- Add `.vue` files to `modifies/js`
Denys Konovalov 225fc40528
Update to labeler v5 ()
Updated to actions/labeler@v5

Updated labeler config accordingly, also improved the config and added
more labels.

---------

Co-authored-by: Giteabot <teabot@gitea.io>
Denys Konovalov 0c2a3f4cdc
Update labeler to match new labeling system ()
silverwind ab074c9b98
Tweak labeler config ()
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).
JakobDev e481638010
Add more package registry paths to the labeler ()
Found this while working on 
silverwind 3442ea62cd
Add some more labels to labeler ()
- Add more automatic labels
- Consistently use `**` glob for recursive directory globs.

---------

Co-authored-by: techknowlogick <techknowlogick@gitea.com>
silverwind 3c0c279658
Add `yamllint` ()
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>
silverwind f9abb6ade2
Fix yaml quoting ()
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.
silverwind cfa3527118
Add `actions/labeler` ()
Implements https://github.com/GiteaBot/gitea-backporter/issues/93 using
[`actions/labeler`](https://github.com/actions/labeler). Very basic
configuration, can be extended later.