Skip to content

Fixes asserts on Brave News via accessing current Tab from multiple threads (uplift to 1.62.x) #17000

Fixes asserts on Brave News via accessing current Tab from multiple threads (uplift to 1.62.x)

Fixes asserts on Brave News via accessing current Tab from multiple threads (uplift to 1.62.x) #17000

Workflow file for this run

name: Pull Request
on:
pull_request:
types: [opened, reopened, closed]
# Setting permissions for GITHUB_TOKEN for dependabot as default is readonly
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/automating-dependabot-with-github-actions?learn=dependency_version_updates&learnProduct=code-security
permissions:
pull-requests: write
jobs:
assign:
name: Assign author to PR
runs-on: ubuntu-latest
steps:
- name: Assign author to PR
uses: technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2
# See: .github/labeler.yml
label:
name: Assign labels automatically
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"