Bump compile sdk and gradle in patrol to make it work with Android 15 #4230
Workflow file for this run
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: label pull request | |
on: | |
pull_request_target: | |
jobs: | |
main: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Clone repository | |
uses: actions/checkout@v4 | |
- name: Label Pull Request | |
uses: actions/labeler@v3 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
sync-labels: '' |