name: Auto Unassign on: schedule: - cron: '4 2 * * *' workflow_dispatch: permissions: contents: read issues: write pull-requests: write jobs: auto-unassign: name: Auto Unassign runs-on: ubuntu-latest steps: - name: Auto Unassign uses: tisonspieces/auto-unassign@main with: token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }} repository: ${{ github.repository }}