This is an automated email from the ASF dual-hosted git repository.
zeroshade pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-go.git
The following commit(s) were added to refs/heads/main by this push:
new 7902dc41 ci: fix release workflow discussions (#980)
7902dc41 is described below
commit 7902dc4155c7fcd41c78424e8e8b12d5326a84bb
Author: Matt Topol <[email protected]>
AuthorDate: Tue Jul 21 12:49:29 2026 -0400
ci: fix release workflow discussions (#980)
---
.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}" \