Stamatis Zampetakis created CALCITE-7714:
--------------------------------------------
Summary: Publish website update action fails when commit touches
workflows
Key: CALCITE-7714
URL: https://issues.apache.org/jira/browse/CALCITE-7714
Project: Calcite
Issue Type: Bug
Reporter: Stamatis Zampetakis
The action [publishing website
updates|https://github.com/apache/calcite/blob/main/.github/workflows/publish-non-release-website-updates.yml]
fails when a commit contains changes to ./github/workflows in addition to
documentation (.md) updates.
A failed run can be found in:
https://github.com/apache/calcite/actions/runs/31701203111/job/94450524645
The failure occurs after cherry-picking the change when trying to push the
changes to the remote.
{noformat}
----------------------------------------
Cherry-picking commit: a6051a6e00b200a15a4b7f28bebd6a0a2a5b3384
----------------------------------------
Auto-merging .github/workflows/main.yml
Auto-merging build.gradle.kts
Auto-merging site/_docs/history.md
Auto-merging sqlsh
Auto-merging sqlsh.bat
[site eeaeff802] [CALCITE-7713] Add allowlist option in ClassNameFilter
Author: Stamatis Zampetakis <[email protected]>
Date: Wed Jun 24 19:53:28 2026 +0200
9 files changed, 176 insertions(+), 72 deletions(-)
create mode 100644
core/src/test/java/org/apache/calcite/model/ClassNameFilterTest.java
To https://github.com/apache/calcite
! [remote rejected] site -> site (refusing to allow a GitHub App to create
or update workflow `.github/workflows/main.yml` without `workflows` permission)
error: failed to push some refs to 'https://github.com/apache/calcite'
{noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)