Skip to content

chore(workflows): remove scheduled CI run #31

chore(workflows): remove scheduled CI run

chore(workflows): remove scheduled CI run #31

Workflow file for this run

name: PR Labeler
on:
pull_request_target:
types: [opened, reopened]
jobs:
pr-labeler:
name: PR Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler Action
uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"