We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4800981 commit 0c27335Copy full SHA for 0c27335
.github/workflows/close-stale.yaml
@@ -13,10 +13,12 @@ jobs:
13
stale:
14
runs-on: ubuntu-latest
15
steps:
16
- # https://github.com/marketplace/actions/close-stale-issues
+ # https://github.com/marketplace/actions/close-stale-issues
17
- name: Close stale issues
18
uses: actions/stale@v9
19
with:
20
+ exempt-assignees: "simPod"
21
+
22
stale-issue-label: stale
23
24
days-before-issue-stale: 30
0 commit comments