forked from go-gitea/gitea
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'giteaofficial/main'
* giteaofficial/main: Respect SSH.KeygenPath option when calculating ssh key fingerprints (go-gitea#27536) Remove max-width and add hide text overflow (go-gitea#27359) Fix `environment-to-ini` inherited key bug (go-gitea#27543) Improve docs about register/run as a service (go-gitea#27461) api: GetPullRequestCommits: return file list (go-gitea#27483) switch to using official AWS step in release nightly (go-gitea#27532) Improve file history UI and fix URL escaping bug (go-gitea#27531) Improve dropdown's behavior when there is a search input in menu (go-gitea#27526) Simplify `contrib/backport` (go-gitea#27520) Add docs section for sub-paths with the container registry (go-gitea#27505) Document our new labeling strategy (go-gitea#27523) [skip ci] Updated translations via Crowdin Restore warning commit status (go-gitea#27504) Update labeler to match new labeling system (go-gitea#27525) Apply to become a maintainer (go-gitea#27522) Remove unnecessary desc for openssh key cron task (go-gitea#27515) Tweak labeler config (go-gitea#27502) Add hover background to wiki list page (go-gitea#27507) [FIX] missing ctx in new_form (go-gitea#27514)
- Loading branch information
Showing
35 changed files
with
297 additions
and
326 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,36 @@ | ||
kind/docs: | ||
modifies/docs: | ||
- "**/*.md" | ||
- "docs/**" | ||
|
||
kind/ui: | ||
modifies/frontend: | ||
- "web_src/**/*" | ||
|
||
modifies/templates: | ||
- all: ["templates/**", "!templates/swagger/v1_json.tmpl"] | ||
|
||
kind/api: | ||
- "templates/swagger/v1_json.tmpl" | ||
modifies/api: | ||
- "routers/api/**" | ||
- "templates/swagger/v1_json.tmpl" | ||
|
||
modifies/cli: | ||
- "cmd/**" | ||
|
||
modifies/translation: | ||
- "options/locale/*.ini" | ||
|
||
kind/build: | ||
modifies/migrations: | ||
- "models/migrations/**/*" | ||
|
||
modifies/internal: | ||
- "Makefile" | ||
- "Dockerfile" | ||
- "Dockerfile.rootless" | ||
- "docker/**" | ||
- "webpack.config.js" | ||
|
||
theme/package-registry: | ||
- "modules/packages/**" | ||
- "services/packages/**" | ||
- "routers/api/packages/**" | ||
- "routers/web/shared/packages/**" | ||
|
||
kind/cli: | ||
- "cmd/**" | ||
|
||
kind/lint: | ||
- ".eslintrc.yaml" | ||
- ".golangci.yml" | ||
- ".markdownlint.yaml" | ||
- ".spectral.yaml" | ||
- ".stylelintrc.yaml" | ||
- ".yamllint.yaml" | ||
- ".github/**" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,4 +18,3 @@ jobs: | |
- uses: actions/labeler@v4 | ||
with: | ||
dot: true | ||
sync-labels: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.