Skip to content

Resolve "Organization of policies in the repo"

Lin Jen-Shin requested to merge 57-organize-polices into master

Now we split the default policies file into:

  • policies/activity-reminders.yml
  • policies/discover.yml
  • policies/labels-reminders.yml

And the schedule should look like:

  • CE: Daily: with RUN_DAILY
    • policies/labels-reminders.yml
    • policies/activity-reminders.yml
    • policies/unlabelled-issues.yml
    • policies/discover.yml
  • CE: Weekly: with RUN_WEEKLY
    • policies/severity-priority.yml
  • EE: Daily: with RUN_DAILY
    • policies/labels-reminders.yml
    • policies/activity-reminders.yml
    • policies/unlabelled-issues.yml
    • policies/discover.yml
  • EE: Weekly: with RUN_WEEKLY
    • policies/severity-priority.yml
  • Runner: Daily: with RUN_DAILY
    • policies/labels-reminders.yml
    • policies/activity-reminders.yml
    • policies/unlabelled-issues.yml
    • policies/discover.yml
  • Runner: Weekly: with RUN_WEEKLY
    • policies/severity-priority.yml

Closes #57 (closed)

Edited by Lin Jen-Shin

Merge request reports