Skip to content

Harden auth, sync, and Supabase security #10

Harden auth, sync, and Supabase security

Harden auth, sync, and Supabase security #10

Workflow file for this run

name: 🏷️ Auto Label PRs
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: read
pull-requests: write
jobs:
label:
name: Auto-label by changed files
runs-on: ubuntu-latest
steps:
- name: 🏷️ Apply labels based on file changes
uses: actions/labeler@v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: .github/labeler.yml
sync-labels: true