Skip to content

Commit

Permalink
Add Triage Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vanZeben committed Jan 11, 2023
1 parent 21e26cf commit 90ad575
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Triage

on:
schedule:
- cron: "0 7 * * *"
workflow_dispatch:

jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: vanZeben/project-triage@v1
with:
token: ${{ secrets.GH_TOKEN }}

0 comments on commit 90ad575

Please sign in to comment.