From f6fe4c11065878c17589f91ef3c9b4739b7d95dc Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 5 May 2026 20:38:42 -0700 Subject: [PATCH] update --- .github/workflows/giteabot.yml | 3 --- docs/community-governance.md | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/giteabot.yml b/.github/workflows/giteabot.yml index 436ad73007..aae31ab479 100644 --- a/.github/workflows/giteabot.yml +++ b/.github/workflows/giteabot.yml @@ -24,9 +24,6 @@ on: permissions: contents: read - issues: write - pull-requests: write - statuses: write concurrency: group: ${{ format('{0}-{1}', github.workflow, (github.event_name == 'pull_request_target' || github.event_name == 'pull_request_review') && format('pr-{0}', github.event.pull_request.number) || 'maintenance') }} diff --git a/docs/community-governance.md b/docs/community-governance.md index dbf2481329..e37e9def64 100644 --- a/docs/community-governance.md +++ b/docs/community-governance.md @@ -48,7 +48,7 @@ If a PR has `lgtm/done`, no open discussions, and no merge conflicts, any mainta -Gitea uses its own tool, , to automate parts of the review process. The backporter: +Gitea uses its own tool, , to automate parts of the review process. The backporter: - Creates a backport PR when needed after the initial PR merges. - Removes the PR from the merge queue after it merges.