Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
a634267
1
Parent(s):
e952113
Fix settings of automated PR
Browse files
.github/workflows/update_backend.yml
CHANGED
@@ -61,8 +61,8 @@ jobs:
|
|
61 |
- name: "Create PR"
|
62 |
if: ${{ steps.get-latest.outputs.version != steps.get-current.outputs.version }}
|
63 |
uses: peter-evans/create-pull-request@v3
|
64 |
-
|
65 |
-
|
66 |
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
|
67 |
body: |
|
68 |
This PR was automatically generated by the GitHub Action
|
@@ -71,3 +71,4 @@ jobs:
|
|
71 |
It updates the backend version to v${{ steps.get-latest.outputs.version }}.
|
72 |
For a full description of the changes, see the backend
|
73 |
changelog: [v${{ steps.get-latest.outputs.version }}](https://github.com/MilesCranmer/SymbolicRegression.jl/releases/tag/v${{ steps.get-latest.outputs.version }}).
|
|
|
|
61 |
- name: "Create PR"
|
62 |
if: ${{ steps.get-latest.outputs.version != steps.get-current.outputs.version }}
|
63 |
uses: peter-evans/create-pull-request@v3
|
64 |
+
with:
|
65 |
+
token: ${{ secrets.REPO_SCOPED_TOKEN }}
|
66 |
title: "Automated update to backend: v${{ steps.get-latest.outputs.version }}"
|
67 |
body: |
|
68 |
This PR was automatically generated by the GitHub Action
|
|
|
71 |
It updates the backend version to v${{ steps.get-latest.outputs.version }}.
|
72 |
For a full description of the changes, see the backend
|
73 |
changelog: [v${{ steps.get-latest.outputs.version }}](https://github.com/MilesCranmer/SymbolicRegression.jl/releases/tag/v${{ steps.get-latest.outputs.version }}).
|
74 |
+
delete-branch: true
|