fix(manager): update default Scylla version to 2024.2 for Manager tests #4375
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' | |
on: | |
pull_request_target: | |
types: [opened] | |
issues: | |
types: [opened] | |
jobs: | |
assignAuthor: | |
name: Assign author to PR/issue | |
runs-on: ubuntu-latest | |
steps: | |
- name: Assign author to PR/issue | |
uses: technote-space/assign-author@v1 |