Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/pre-commit-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,20 @@ on:
- cron: '28 2 * * 6' # Saturday at 02:28 UTC
workflow_dispatch:

permissions: read-all

jobs:
autoupdate:
name: Autoupdate

runs-on: ubuntu-latest
timeout-minutes: 10

permissions:
# Needed to create a PR with autoupdate changes
contents: write
pull-requests: write

steps:
- name: Checkout DPNP repo
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4.2.2
Expand Down
Loading