Skip to content

Commit

Permalink
chore: Remove wontfix label from Stalebot (parse-community#1607)
Browse files Browse the repository at this point in the history
Similar to parse-community/parse-server#6810

Fixes labels, allow stalebot for only issues.
  • Loading branch information
dplewis committed Oct 15, 2020
1 parent 6726f23 commit d167205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 9 additions & 6 deletions .github/stale.yml
Expand Up @@ -4,15 +4,18 @@ daysUntilStale: 45
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- pinned
- security
- good-first-pr
- up-for-grabs
- bug
- enhancement
- feature request
- good first pr
- help wanted
- bug
- pinned
- security
- up for grabs
# Label to use when marking an issue as stale
staleLabel: wontfix
staleLabel: stale
# Limit to only `issues` not `pulls`
only: issues
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
Expand Down
1 change: 0 additions & 1 deletion src/lib/tests/e2e/dashboard.e2e.test.js
Expand Up @@ -39,7 +39,6 @@ describe('dashboard e2e', () => {

await page.goto(`http://localhost:5051${mount}`);
await page.waitForSelector('#browser_mount');
console.log(page.url());
expect(page.url().indexOf(`http://localhost:5051${mount}/apps`)).toBe(0);

await page.close();
Expand Down

0 comments on commit d167205

Please sign in to comment.