You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/workflows/autoclose.yml
+41
Original file line number
Diff line number
Diff line change
@@ -211,3 +211,44 @@ jobs:
211
211
This pull request has been automatically closed because it has been inactive for an extended period after changes were requested. If you still wish to pursue this contribution, feel free to reopen the pull request or submit a new one.
212
212
213
213
We appreciate your interest in contributing to stdlib!
214
+
215
+
# Define a job which closes a pull request if a PR has an inappropriate Git history:
216
+
git_history:
217
+
218
+
# Define job name:
219
+
name: 'Check for Git History label'
220
+
221
+
# Only run this job if the pull request has a specific label:
0 commit comments