We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 482a62e commit 69ddb4eCopy full SHA for 69ddb4e
.github/workflows/stale.yml
@@ -33,6 +33,7 @@ jobs:
33
there has been no activity in the last 3 weeks. It will not be
34
closed.
35
stale-issue-label: 'help-wanted'
36
+ exempt-issue-labels: 'help-wanted'
37
- uses: actions/stale@v6
38
with:
39
repo-token: ${{ secrets.GITHUB_TOKEN }}
@@ -44,3 +45,4 @@ jobs:
44
45
46
47
48
0 commit comments