Update dependency androidx.compose:compose-bom to v2026 #225
This file contains hidden or 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: Auto Approve | |
| on: pull_request_target | |
| jobs: | |
| auto-approve: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| pull-requests: write | |
| if: | | |
| github.event.pull_request.head.repo.full_name == github.repository && | |
| github.actor == github.event.pull_request.user.login && | |
| contains(fromJson('["renovate[bot]", "igorwojda"]'), github.actor) | |
| steps: | |
| - uses: hmarr/auto-approve-action@v4 |