[RLlib] Add missing get_ctor_args_and_kwargs
methods to all ConnectorV2 built-in classes.
#1146
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 merge enabled | |
on: | |
pull_request_target: | |
types: | |
- auto_merge_enabled | |
jobs: | |
add-go-label: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Add go label | |
uses: actions/github-script@v5 | |
with: | |
script: | | |
github.rest.issues.addLabels({ | |
owner: context.repo.owner, | |
repo: context.repo.repo, | |
issue_number: context.issue.number, | |
labels: ['go'] | |
}) |