Skip to content

Commit

Permalink
Merge pull request #570 from VKCOM/alekseypronin/cli/add_schedule_on_…
Browse files Browse the repository at this point in the history
…label_on_ignored_issue_workflow/MA-17028

MA-17028: add schedule on label workflow
  • Loading branch information
Pronin-vk authored Aug 12, 2024
2 parents 48fb168 + bcb920a commit dd6ed7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/set_label_for_ignored_issues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Set Pay attention label for ignored issues
on:
workflow_dispatch:
schedule:
- cron: '0 10 * * 1-5'

jobs:
set-label-for-issues:
Expand Down

0 comments on commit dd6ed7e

Please sign in to comment.