File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 8
8
schedule :
9
9
- cron : ' 28 2 * * 6' # Saturday at 02:28 UTC
10
10
11
+ permissions : read-all
12
+
11
13
jobs :
12
14
autoupdate :
13
15
name : Autoupdate
14
16
15
17
runs-on : ubuntu-latest
16
18
timeout-minutes : 10
17
19
20
+ permissions :
21
+ # Needed to create a PR with autoupdate changes
22
+ contents : write
23
+ pull-requests : write
24
+
18
25
steps :
19
26
- name : Checkout DPNP repo
20
27
uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
65
65
* Resolved ` conda build --test ` issue in python 3.9 environment [ #2583 ] ( https://github.com/IntelPython/dpnp/pull/2583 )
66
66
* Fixed tests for the rounding functions to depend on minimum required numpy version [ #2589 ] ( https://github.com/IntelPython/dpnp/pull/2589 )
67
67
* Fixed tests for the ufuncs to depend on minimum required numpy version [ #2590 ] ( https://github.com/IntelPython/dpnp/pull/2590 )
68
+ * Added missing permission definition in ` Autoupdate pre-commit ` GitHub workflow [ #2591 ] ( https://github.com/IntelPython/dpnp/pull/2591 )
68
69
69
70
### Security
70
71
You can’t perform that action at this time.
0 commit comments