Updates ros-tooling verison to avoid error with dependency. #9
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Triage | |
on: | |
issues: | |
types: | |
- opened | |
pull_request_target: | |
types: | |
- opened | |
jobs: | |
add-ticket-to-project: | |
name: Core Development project | |
uses: maliput/.github/.github/workflows/triage.yml@main | |
with: | |
number_of_project: "1" | |
secrets: | |
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }} |