From a6e4bb37eeec1d835950a7e823b78506e23a001f Mon Sep 17 00:00:00 2001 From: David Danielsson Date: Tue, 14 May 2024 15:46:53 -0500 Subject: [PATCH] update issue bot (#829) * modified: roles/credentials/README.md * modified: roles/credentials/README.md * modified: roles/credentials/README.md * modified: roles/credentials/README.md * modified: .github/workflows/issue-find-inactive.yml --------- Co-authored-by: Sean Sullivan --- .github/workflows/issue-find-inactive.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issue-find-inactive.yml b/.github/workflows/issue-find-inactive.yml index e5e93823d..34582a2f9 100644 --- a/.github/workflows/issue-find-inactive.yml +++ b/.github/workflows/issue-find-inactive.yml @@ -17,5 +17,5 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} inactive-day: 30 issue-state: open - exclude-labels: 'new,enhancement,backlog,help wanted,module-issue' + exclude-labels: 'new,enhancement,backlog,help wanted,module-issue,blocked - upstream' ...