Skip to content

ci: Fix concurrency group in react native example app build #13

ci: Fix concurrency group in react native example app build

ci: Fix concurrency group in react native example app build #13

Workflow file for this run

name: '🏷️ PR Labeler'
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v4
- name: Label PR based on title and files
uses: ./.github/actions/labeler
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Optional: Use custom config file (default: labeler-config.yml)
# CONFIG_FILE: 'custom-labeler-config.yml'