Skip to content

upd(android-studio-canary): 2023.1.1.28 -> 2024.2.1.11 #3931

upd(android-studio-canary): 2023.1.1.28 -> 2024.2.1.11

upd(android-studio-canary): 2023.1.1.28 -> 2024.2.1.11 #3931

Workflow file for this run

name: Label PRs
on:
pull_request_target:
types: [opened, reopened]
jobs:
label-pr:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: srvaroa/labeler@master
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"