Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Fix #8762: Isolate Tab to MainActor and Update all Script Injection to be Async-Await #223

Fix #8762: Isolate Tab to MainActor and Update all Script Injection to be Async-Await

Fix #8762: Isolate Tab to MainActor and Update all Script Injection to be Async-Await #223

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 }}