You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+8-11Lines changed: 8 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,11 +25,10 @@ jobs:
25
25
runs-on: ubuntu-latest
26
26
steps:
27
27
- uses: scientific-python/spec-zero-tools@main
28
-
with:
28
+
with:
29
29
token: ${{ secrets.GH_PAT }}
30
30
target_branch: main
31
31
tool: pixi
32
-
33
32
```
34
33
35
34
Whenever the action is triggered it will open a PR in your repository that will update the dependencies of SPEC 0 to the new lower bound. For this you will have to provide it with a PAT that has write permissions in the `contents` and `pull request` scopes. Please refer to the GitHub documentation for instructions on how to do this [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens).
@@ -38,19 +37,17 @@ To help projects stay compliant with SPEC-0, we provide a `schedule.json` file t
38
37
39
38
Currently the action can take the following inputs:
|`token`| The token that the action will use to create and update the pull request. See [token](https://github.com/marketplace/actions/create-pull-request#token). | Yes |
44
-
|`tool`| Which tool to use for managing your dependencies. Currently `pixi` is the only option. | No |
45
-
|`target_branch`| The branch to open a PR against with the updated versions. Defaults to `main`. | No |
| `token` | The token that the action will use to create and update the pull request. See [token](https://github.com/marketplace/actions/create-pull-request#token). | Yes |
43
+
| `tool` | Which tool to use for managing your dependencies. Currently `pixi` is the only option. | No |
44
+
| `target_branch` | The branch to open a PR against with the updated versions. Defaults to `main`. | No |
47
45
48
46
## Limitations
49
47
50
-
This project is still in progress and thus it comes with some limitations we are working on. Hopefully this will be gone by the time you read this, but currently the limitations are:
48
+
This project is still in progress and thus it comes with some limitations we are working on. Hopefully this will be gone by the time you read this, but currently the limitations are:
51
49
52
50
- Only `pixi` is supported
53
51
- if you have a higher bound than the one listed in SPEC 0 this is overwritten
54
-
- higher bounds are deleted instead of maintained.
52
+
- higher bounds are deleted instead of maintained.
0 commit comments