Skip to content

Allow providing custom path to .tool-versions file to look at #5

Allow providing custom path to .tool-versions file to look at

Allow providing custom path to .tool-versions file to look at #5

Workflow file for this run

name: Triage issue
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.5.0
with:
project-url: https://github.com/orgs/software-mansion/projects/4
github-token: ${{ secrets.SCARB_TRIAGE_GITHUB_TOKEN }}