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

Search results are always shown with "Google search" when using "Look Up" option even when SE is different from Google #1174

Search results are always shown with "Google search" when using "Look Up" option even when SE is different from Google

Search results are always shown with "Google search" when using "Look Up" option even when SE is different from Google #1174

Workflow file for this run

name: Add ticket for triage
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add for triage
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/brave/projects/39/
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}
# Note: The Github projects 'workflow' sets up the proper 'needs triage label'
# See https://github.com/orgs/brave/projects/39/workflows/371900
#
# This action only handles project auto-add, there's no label control yet.