fix(deps): update dependency androidx.compose.foundation:foundation to v1.7.6 #1269
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: Auto approve | |
on: | |
pull_request: | |
jobs: | |
bot-approve: | |
runs-on: ubuntu-latest | |
if: contains(github.event.pull_request.labels.*.name, 'bypass') | |
permissions: | |
pull-requests: write | |
steps: | |
- name: Auto Approve | |
uses: hmarr/[email protected] | |
with: | |
review-message: 'Auto approve due to bypass label' | |
github-token: ${{ secrets.SUNGBINLAND_BOT_TOKEN }} |