This repository has been archived by the owner on May 10, 2024. It is now read-only.
Fix #8374: Cursor is misplaced for a selected URL when that URL doesn't fit the screen #62
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: puLL-Merge | |
on: | |
pull_request: | |
types: ['opened', 'edited', 'reopened', 'synchronize', 'ready_for_review'] | |
permissions: | |
contents: read | |
pull-requests: write | |
jobs: | |
pull-merge: | |
concurrency: | |
group: ${{ github.head_ref }}-init | |
cancel-in-progress: true | |
name: puLL-Merge | |
runs-on: ubuntu-latest | |
strategy: | |
fail-fast: false | |
steps: | |
- uses: brave/pull-merge@main | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
openai_api_key: ${{ secrets.OPENAI_API_KEY }} |