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

issue bot fixes #702

Merged
merged 2 commits into from
Aug 3, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ exemptLabels:
- next-release
- investigating
- do-not-lock
- swift-migration
- test-backfill
- swift migration
- test backfill

# Set to true to ignore issues in a project (defaults to false)
#exemptProjects: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
github-token: ${{ github.token }}
issue-lock-inactive-days: "7"
issue-exclude-created-before: "2021-03-01T00:00:00Z"
issue-exclude-labels: "enhancement, do-not-lock, swift-migration, test-backfill"
issue-exclude-labels: "enhancement, do-not-lock"
issue-lock-comment: >
This issue has been automatically locked due to no recent activity after it
was closed. Please open a new issue for related reports.
Expand Down