Skip to content

Update manifest.json #676

Update manifest.json

Update manifest.json #676

Workflow file for this run

name: 🏷️ PR Labeler
on:
pull_request:
types: [opened, edited, reopened, synchronize]
jobs:
labeler:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
working-directory: FE
- name: Apply PR labels
uses: jimschubert/labeler-action@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
configuration-path: FE/.github/labeler.yml