Skip to content

Please can someone kindly comment where the doc for test lies. This is really becoming so frustrating writing testcases. #92

Please can someone kindly comment where the doc for test lies. This is really becoming so frustrating writing testcases.

Please can someone kindly comment where the doc for test lies. This is really becoming so frustrating writing testcases. #92

name: Add new issues to DevTools project
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/hirosystems/projects/15
github-token: ${{ secrets.GH_TOKEN }}