This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 987a197e541 [Fix](GA)Add necessary permissions (#42446) 987a197e541 is described below commit 987a197e54186555a218ce6f83993078908d2fe2 Author: Calvin Kirs <k...@apache.org> AuthorDate: Thu Oct 24 22:27:24 2024 +0800 [Fix](GA)Add necessary permissions (#42446) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- .github/workflows/auto-cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index 1d59b52b6c9..d1e8d3da76e 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -23,7 +23,7 @@ on: - closed branches: - master - +permissions: write-all jobs: auto_cherry_pick: runs-on: ubuntu-latest --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org