Skip to content

Update android (mvi-coroutines) #275

Update android (mvi-coroutines)

Update android (mvi-coroutines) #275

Workflow file for this run

name: Labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.REPO_TOKEN }}"
# - uses: TimonVS/pr-labeler-action@v3
# with:
# configuration-path: .github/pr-labeler.yml # optional, .github/pr-labeler.yml is the default path
# env:
# GITHUB_TOKEN: ${{ secrets.REPO_TOKEN }}