Skip to content

[codex] add weekly warning tray alerts #440

[codex] add weekly warning tray alerts

[codex] add weekly warning tray alerts #440

Workflow file for this run

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