Skip to content

Upgrade from Chromium 144 to Chromium 145 #43201

Upgrade from Chromium 144 to Chromium 145

Upgrade from Chromium 144 to Chromium 145 #43201

Workflow file for this run

name: Assign labels
on:
pull_request:
types: [opened, reopened, synchronize]
permissions:
pull-requests: write
jobs:
label:
name: Assign labels
runs-on: ubuntu-slim
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: set ci managed labels (automatically set and unset)
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: true
configuration-path: .github/synced-labels.yml
- name: set optional labels
uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
sync-labels: false
configuration-path: .github/optional-labels.yml