Skip to content

feat: Add Events, Home, and Team pages with corresponding styles and … #187

feat: Add Events, Home, and Team pages with corresponding styles and …

feat: Add Events, Home, and Team pages with corresponding styles and … #187

Workflow file for this run

name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v6
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"