Skip to content

updating to cuda 11.8 and ubuntu 22.04 #76

updating to cuda 11.8 and ubuntu 22.04

updating to cuda 11.8 and ubuntu 22.04 #76

name: "Dependabot Automerge - Action"
on:
pull_request_target:
branches: [ main ]
permissions:
pull-requests: write
contents: write
jobs:
worker:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: automerge
uses: actions/github-script@v6
with:
script: |
github.rest.pulls.merge({
owner: context.payload.repository.owner.login,
repo: context.payload.repository.name,
pull_number: context.payload.pull_request.number
})