Skip to content

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools #50

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools

Bump github.com/docker/docker from 25.0.4+incompatible to 25.0.5+incompatible in /tools #50

Workflow file for this run

name: Assign
on:
issues:
types: [opened, reopened]
pull_request_target:
types: [opened, reopened]
jobs:
assign:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
script: |
github.rest.issues.addAssignees({
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
assignees: ['thockin']
})