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

fix: line concatenation #2362

Merged
merged 4 commits into from
Jan 30, 2025
Merged
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
9 changes: 5 additions & 4 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,28 @@ jobs:
uses: actions/stale@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 50
days-before-stale: 270 # 9 months
days-before-close: 30 # 1 month
stale-issue-label: stale
exempt-issue-labels: help wanted
exempt-pr-labels: external-dependency
stale-issue-message: |
stale-issue-message: >
This issue has been inactive for a while, so it's
been marked as "stale." If you're still working on
it or it's still important, please leave a comment
to keep it open and remove the "stale" label. Thanks!
stale-pr-message: |
stale-pr-message: >
This pull request hasn't had any recent activity,
so it's been marked as "stale." If you're still
working on it or if it's still important, just keep
making commits (code changes) and remove the "stale"
label. Thanks!
close-issue-message: |
close-issue-message: >
This issue has been automatically closed because
there hasn't been any recent activity. If it's
still relevant, please feel free to reopen it.
close-pr-message: |
close-pr-message: >
This pull request has been automatically closed due
to inactivity. If it's still relevant, please
feel free to reopen it.
Loading