test: add E2E test for 1pub-1sub with ros2sub #222
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: auto assign author to assignee | |
on: | |
pull_request: | |
types: opened | |
jobs: | |
assign: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Assign author to assignee on PR | |
uses: technote-space/assign-author@v1 |