Skip to content

Unassign Issues

Unassign Issues #5976

name: Unassign Issues
on:
schedule:
- cron: '30 9,21 * * *'
issue_comment:
types: [created]
workflow_dispatch:
jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: takanome-dev/[email protected]
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
assigned_label: 📍 Assigned
days_until_unassign: 10
pin_label: 📌 Pinned