This is an automated email from the ASF dual-hosted git repository.
jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new 9ea7c23633 [CI] Fix `first-interaction.yml` workflow warnings (#2412)
9ea7c23633 is described below
commit 9ea7c23633cf97b30a662465aa061feecfdaa79c
Author: John Bampton <[email protected]>
AuthorDate: Mon Oct 20 15:40:56 2025 +1000
[CI] Fix `first-interaction.yml` workflow warnings (#2412)
---
.github/workflows/first-interaction.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/first-interaction.yml
b/.github/workflows/first-interaction.yml
index dd8c6b84a4..1778d3c5c8 100644
--- a/.github/workflows/first-interaction.yml
+++ b/.github/workflows/first-interaction.yml
@@ -34,6 +34,6 @@ jobs:
- name: First Interaction
uses: actions/first-interaction@v3
with:
- repo-token: ${{ secrets.GITHUB_TOKEN }}
- issue-message: 'Thank you for your interest in Apache Sedona! We
appreciate you opening your first issue. Contributions like yours help make
Apache Sedona better.'
- pr-message: 'Welcome and thank you for your first pull request! We
appreciate your contribution to Apache Sedona. Your code changes will be
reviewed shortly.'
+ repo_token: ${{ secrets.GITHUB_TOKEN }}
+ issue_message: 'Thank you for your interest in Apache Sedona! We
appreciate you opening your first issue. Contributions like yours help make
Apache Sedona better.'
+ pr_message: 'Welcome and thank you for your first pull request! We
appreciate your contribution to Apache Sedona. Your code changes will be
reviewed shortly.'