This is an automated email from the ASF dual-hosted git repository. zeroshade pushed a commit to branch release-permissions in repository https://gitbox.apache.org/repos/asf/arrow-go.git
commit 1050ce3a3a61350fcbecd17a3037fa9ceb205eec Author: Matt Topol <[email protected]> AuthorDate: Tue Jul 21 12:49:07 2026 -0400 ci: fix release workflow discussions --- .github/workflows/release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 01f76cc3..f410ba96 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,6 +23,8 @@ on: - "!v*-rc*" permissions: contents: write + discussions: write + env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} jobs: @@ -46,7 +48,7 @@ jobs: run: | version=${GITHUB_REF_NAME#v} gh release create ${GITHUB_REF_NAME} \ - --discussion-category announcements \ + --discussion-category "General" \ --generate-notes \ --repo ${GITHUB_REPOSITORY} \ --title "Apache Arrow Go ${version}" \
