Skip to content

Toggle the terminal search bar with Cmd+F #75

Toggle the terminal search bar with Cmd+F

Toggle the terminal search bar with Cmd+F #75

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v6
with:
configuration-path: .github/labeler.yml
sync-labels: true