From 0c7fce4512e9b0d43ea5667710dc2ab0bb35df80 Mon Sep 17 00:00:00 2001 From: dangjinghao Date: Sat, 1 Nov 2025 21:11:55 +0000 Subject: [PATCH] Remove `run-name` section from `Comparison to GitHub Actions` (#290) Since `run-name` support was added in [v1.25.0](https://github.com/go-gitea/gitea/releases/tag/v1.25.0), I've removed the outdated `run-name` section from `usage/actions/comparison.md`. Reviewed-on: https://gitea.com/gitea/docs/pulls/290 Reviewed-by: Lunny Xiao Co-authored-by: dangjinghao Co-committed-by: dangjinghao --- docs/usage/actions/comparison.md | 7 ------- versioned_docs/version-1.25/usage/actions/comparison.md | 7 ------- 2 files changed, 14 deletions(-) diff --git a/docs/usage/actions/comparison.md b/docs/usage/actions/comparison.md index 3e571953..ac6f1163 100644 --- a/docs/usage/actions/comparison.md +++ b/docs/usage/actions/comparison.md @@ -33,13 +33,6 @@ See [Using concurrency](https://docs.github.com/en/actions/using-jobs/using-conc It's ignored by Gitea Actions now. -### `run-name` - -The name for workflow runs generated from the workflow. -See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#run-name). - -It's ignored by Gitea Actions now. - ### `permissions` and `jobs..permissions` See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions). diff --git a/versioned_docs/version-1.25/usage/actions/comparison.md b/versioned_docs/version-1.25/usage/actions/comparison.md index 3e571953..ac6f1163 100644 --- a/versioned_docs/version-1.25/usage/actions/comparison.md +++ b/versioned_docs/version-1.25/usage/actions/comparison.md @@ -33,13 +33,6 @@ See [Using concurrency](https://docs.github.com/en/actions/using-jobs/using-conc It's ignored by Gitea Actions now. -### `run-name` - -The name for workflow runs generated from the workflow. -See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#run-name). - -It's ignored by Gitea Actions now. - ### `permissions` and `jobs..permissions` See [Workflow syntax for GitHub Actions](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions).