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 88 schedule :
99 - cron : ' 28 2 * * 6' # Saturday at 02:28 UTC
1010
11+ permissions : read-all
12+
1113jobs :
1214 autoupdate :
1315 name : Autoupdate
1416
1517 runs-on : ubuntu-latest
1618 timeout-minutes : 10
1719
20+ permissions :
21+ # Needed to create a PR with autoupdate changes
22+ contents : write
23+ pull-requests : write
24+
1825 steps :
1926 - name : Checkout DPNP repo
2027 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
6565* Resolved ` conda build --test ` issue in python 3.9 environment [ #2583 ] ( https://github.com/IntelPython/dpnp/pull/2583 )
6666* Fixed tests for the rounding functions to depend on minimum required numpy version [ #2589 ] ( https://github.com/IntelPython/dpnp/pull/2589 )
6767* 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 )
6869
6970### Security
7071
You can’t perform that action at this time.
0 commit comments