Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/easylabel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ name: "EasyLabel - Automated PR Labeling"
on:
workflow_dispatch:
schedule:
- cron: "0 * * * *" # Run every hour at minute 0
# Run every 2 hour
- cron: "0 */2 * * *"
push:
branches:
- easylabel-debug

jobs:
run_easylabel:
runs-on: ubuntu-latest
timeout-minutes: 10
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
Expand Down