Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Remove wontfix label from Stalebot #1607

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions .github/stale.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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