Skip to content

Bump mongoose from 6.0.12 to 8.2.0 #48014

Bump mongoose from 6.0.12 to 8.2.0

Bump mongoose from 6.0.12 to 8.2.0 #48014

Workflow file for this run

name: Assign
on:
schedule:
- cron: '*/59 * * * *'
issue_comment:
types: [created]
jobs:
slash_assign:
# If the acton was triggered by a new comment that starts with `/assign`
# or a on a schedule
if: >
(github.event_name == 'issue_comment' && startsWith(github.event.comment.body, '/assign')) ||
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: JasonEtco/[email protected]
with:
days_until_warning: 7
days_until_unassign: 14
stale_assignment_label: Open