fix: fix image viewer if the image is wider than the viewport #814
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: 'Label Actions' | |
on: | |
issues: | |
types: [labeled, unlabeled] | |
pull_request: | |
types: [labeled, unlabeled] | |
permissions: | |
contents: read | |
issues: write | |
pull-requests: write | |
discussions: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/label-actions@v3 |