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
6 changes: 1 addition & 5 deletions .github/workflows/update-lock-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ on:
schedule:
- cron: '0 5 * * 1'

# In order to add the "CUDA CI" label we need to have write permissions for PRs
permissions:
pull-requests: write

jobs:
update_lock_files:
if: github.repository == 'scikit-learn/scikit-learn'
Expand Down Expand Up @@ -66,7 +62,7 @@ jobs:
- name: Trigger additional tests
if: steps.cpr.outputs.pull-request-number != '' && matrix.name == 'array-api'
env:
GH_TOKEN: ${{ github.token }}
GH_TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }}
run: |
gh pr edit ${{steps.cpr.outputs.pull-request-number}} --add-label "CUDA CI"

Expand Down
Loading