Skip to content

Assign

Assign #6237

Workflow file for this run

name: Assign
on:
schedule:
- cron: '*/59 * * * *'
issue_comment:
types: [created]
jobs:
slash_assign:
permissions: write-all
# 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:
# required_label: Up-For-Grab
assigned_label: hacktoberfest-accepted
days_until_warning: 2
days_until_unassign: 1
stale_assignment_label: Open