From 65da81d9227aabfae15341772f3d62a8a5a59a38 Mon Sep 17 00:00:00 2001 From: amos Date: Sun, 15 Oct 2023 08:08:27 -0400 Subject: [PATCH] removes unsupported input --- .github/workflows/stale.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f48dd59..eebf123 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,6 @@ jobs: - uses: actions/stale@v8 with: repo-token: ${{ secrets.STALE_TOKEN }} - username: ${{ github.repository_owner }} stale-issue-message: 'Issue is stale and will be closed in 7 days unless there is new activity' stale-pr-message: 'PR is stale and will be closed in 7 days unless there is new activity' stale-issue-label: 'stale'