This repository has been archived by the owner on May 10, 2024. It is now read-only.
[Follow up to #8705] Brave is crashing when opening View all version info.
while in Landscape
mode and then switching to Portrait
mode
#1776
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: 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. |