Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Triage Ops
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 7
    • Issues 7
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • The Tor Project
  • TPA
  • Triage Ops
  • Merge requests
  • !3

fix icebox migration

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged anarcat requested to merge tpa-triage into main Nov 11, 2021
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

The second job here would have never ran: the first job would have repeatedly warned about stale tickets, constantly reseting the timer.

By using the (newly created) Stale label, we ensure that

  1. the first job doesn't constantly reset the timer (which would have been really annoying)

  2. that the second job can actually run

This implies reducing the interval on the second job, because it starts counting after the first one has run.

This also implies that, to reset the first timer, the Stale label needs to be removed, which the bot now does as well, if a ~"Needs Information" ticket gets updated.

(Note that we may want to generalize this to other labels or all labels, but for now we're keeping the scope limited to ~"Needs information".)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: tpa-triage