Fixed cursor is not changed to resize when hovered to sidebar resize area #12404
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: Assign author | |
on: | |
pull_request: | |
types: [opened, reopened, closed] | |
permissions: | |
pull-requests: write | |
jobs: | |
assign: | |
name: Assign author | |
runs-on: ubuntu-latest | |
steps: | |
- uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2 |