From 8bce892434d9570456ea57c6d6a5ff6ae0a11a11 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Tue, 22 Jun 2021 23:22:46 -0400 Subject: workflows: Rename the "invalid" label to "not_on_github" Use a more appropriate label name. Signed-off-by: Kevin O'Connor --- .github/workflows/close-invalid-bot.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.github/workflows/close-invalid-bot.yaml') diff --git a/.github/workflows/close-invalid-bot.yaml b/.github/workflows/close-invalid-bot.yaml index 9a41864f..f1286011 100644 --- a/.github/workflows/close-invalid-bot.yaml +++ b/.github/workflows/close-invalid-bot.yaml @@ -1,10 +1,10 @@ -# Close issues marked as invalid -name: "Close issues marked as invalid" +# Close issues marked as not_on_github +name: "Close issues marked as not_on_github" on: schedule: - cron: '0 */6 * * *' jobs: - close_invalid: + close_issues: runs-on: ubuntu-latest steps: - uses: actions/github-script@v3 @@ -14,7 +14,7 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, state: 'open', - labels: 'invalid', + labels: 'not_on_github', per_page: 100, page: 1 }); -- cgit v1.2.3-70-g09d2