Spaces:
Sleeping
Sleeping
Improve backend update description
Browse files
.github/workflows/update_backend.yml
CHANGED
|
@@ -60,3 +60,13 @@ jobs:
|
|
| 60 |
|
| 61 |
- name: "Create PR"
|
| 62 |
uses: peter-evans/create-pull-request@v3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
- name: "Create PR"
|
| 62 |
uses: peter-evans/create-pull-request@v3
|
| 63 |
+
env:
|
| 64 |
+
GITHUB_TOKEN: ${{ secrets.REPO_SCOPED_TOKEN }}
|
| 65 |
+
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
|
| 66 |
+
body: |
|
| 67 |
+
This PR was automatically generated by the GitHub Action
|
| 68 |
+
[PySR backend update](.github/workflows/update-backend.yml).
|
| 69 |
+
|
| 70 |
+
It updates the backend version to v${{ steps.get-latest.outputs.version }}.
|
| 71 |
+
For a full description of the changes, see the backend
|
| 72 |
+
changelog: [v${{ steps.get-latest.outputs.version }}](https://github.com/MilesCranmer/SymbolicRegression.jl/releases/tag/v${{ steps.get-latest.outputs.version }}).
|