Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Disabling scheduled github actions #137

Disabling scheduled github actions

Disabling scheduled github actions #137

Workflow file for this run

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"