Backport: set on_exit_shutdown argument for gz-sim ExecuteProcess #366
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
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
name: Ticket opened | |
jobs: | |
assign: | |
name: Add ticket to inbox | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add ticket to inbox | |
uses: technote-space/create-project-card-action@v1 | |
with: | |
PROJECT: Core development | |
COLUMN: Inbox | |
GITHUB_TOKEN: ${{ secrets.TRIAGE_TOKEN }} | |
CHECK_ORG_PROJECT: true | |