Skip to content

Commit 289494a

Browse files
committed
Added python version to stumpy-bot call
1 parent 7098a15 commit 289494a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/numba-python-compatibility-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
--header 'Authorization: token ${{ secrets.ACCESS_TOKEN }}' \
6363
--header 'Content-Type: application/json' \
6464
--data '{
65-
"title": "Numba Python Version ${{ env.python-version }} Compatibility Update",
66-
"body": "This issue was automatically created by the stumpy-bot.\n\n Numba is now compatible with Python version ${{ env.python-version }} (see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
65+
"title": "Numba Python Version ${{ env.req-python-version }} Compatibility Update",
66+
"body": "This issue was automatically created by the stumpy-bot.\n\n Numba is now compatible with Python version ${{ env.req-python-version }} (see https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})"
6767
}' \
6868
--fail
6969
shell: bash

0 commit comments

Comments
 (0)