Skip to content

Labeler Actions Workflow #27

Labeler Actions Workflow

Labeler Actions Workflow #27

Workflow file for this run

name: Labeler Workflow
on:
schedule:
- cron: "0 */12 * * *"
workflow_dispatch:
jobs:
labeler:
name: Labeler
runs-on: ubuntu-latest
steps:
- name: Labeler
uses: security-summer-school/actions/cron-labeler@main
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}