Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Poptorch 3.1.0 supports dictionary inputs #13

Poptorch 3.1.0 supports dictionary inputs

Poptorch 3.1.0 supports dictionary inputs #13

Workflow file for this run

name: Greetings
# https://github.com/marketplace/actions/first-interaction
on: [issues] # pull_request
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hi! thanks for your contribution!, great first issue!'
pr-message: 'Hey thanks for the input! Please give us a bit of time to review it!'