This is an automated email from the ASF dual-hosted git repository. johnbam pushed a commit to branch jbampton-patch-1 in repository https://gitbox.apache.org/repos/asf/sedona.git
commit c57f8a12ec678b8de997639463c852916b5f3741 Author: John Bampton <[email protected]> AuthorDate: Mon Oct 20 15:31:09 2025 +1000 Fix `first-interaction.yml` workflow warnings refs: https://github.com/apache/sedona/actions/runs/18643043727/job/53145219351?pr=2411 --- .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.'
