8989 close-pr-label : ' status/stale'
9090 exempt-issue-labels : ${{steps.converted.outputs.exempt-issue-labels}}
9191 exempt-pr-labels : ${{steps.converted.outputs.exempt-pr-labels}}
92- stale-issue-message : >
92+ stale-issue-message : >-
9393 This issue has been automatically labeled as stale because
9494 ${{env.days-before-stale}} days have passed without comments or other
9595 activity. If no further activity occurs on this issue and the
@@ -98,12 +98,13 @@ jobs:
9898 would like to restore its status, please leave a comment here; doing
9999 so will cause the staleness handler to remove the label.
100100
101+
101102 If you have questions or feedback about this process, we welcome your
102103 input. You can open a new issue to let us know (please also reference
103104 this issue there, for continuity), or reach out to the project
104105 maintainers at quantum-oss-maintainers@google.com.
105106
106- stale-pr-message : >
107+ stale-pr-message : >-
107108 This pull request has been automatically labeled as stale because
108109 ${{env.days-before-stale}} days have passed without comments or other
109110 activity. If no further activity occurs and the `status/stale` label
@@ -112,29 +113,32 @@ jobs:
112113 its active status, please leave a comment here; doing so will cause
113114 the staleness handler to remove the label.
114115
116+
115117 If you have questions or feedback about this process, we welcome your
116118 input. You can open a new issue to let us know (please also reference
117119 this issue there, for continuity), or reach out to the project
118120 maintainers at quantum-oss-maintainers@google.com.
119121
120- close-issue-message : >
122+ close-issue-message : >-
121123 This issue has been closed due to inactivity for
122124 ${{env.days-before-close}} days since the time the `status/stale`
123125 label was applied. If you believe the issue is still relevant and
124126 would like to restore its active status, please feel free to reopen
125127 it.
126128
129+
127130 If you have questions or feedback about this process, we welcome your
128131 input. You can open a new issue to let us know (please also reference
129132 this issue there, for continuity), or reach out to the project
130133 maintainers at quantum-oss-maintainers@google.com.
131134
132- close-pr-message : >
135+ close-pr-message : >-
133136 This pull request has been closed due to inactivity for
134137 ${{env.days-before-close}} days since the time the `status/stale`
135138 label was applied. If you would like to continue working on this PR,
136139 please feel free to reopen it.
137140
141+
138142 If you have questions or feedback about this process, we welcome your
139143 input. You can open a new issue to let us know (please also reference
140144 this issue there, for continuity), or reach out to the project
0 commit comments