Skip to content

Update torch requirement from <2.2,>=1.13 to >=1.13,<2.3 in /tests #49

Update torch requirement from <2.2,>=1.13 to >=1.13,<2.3 in /tests

Update torch requirement from <2.2,>=1.13 to >=1.13,<2.3 in /tests #49

Workflow file for this run

name: Take Issue
on:
issue_comment:
types:
- created
- edited
jobs:
take-issue:
name: Take issue
runs-on: ubuntu-latest
permissions:
issues: write
timeout-minutes: 10
steps:
- name: take an issue
uses: bdougie/[email protected]
with:
message: Thank you for looking into this issue! Please let us know if you have any questions or require any help.
issueCurrentlyAssignedMessage: Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.
trigger: .take
token: ${{ secrets.GITHUB_TOKEN }}