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/close_pull_requests.yml
+23-13
Original file line number
Diff line number
Diff line change
@@ -26,19 +26,29 @@ on:
26
26
27
27
# Workflow jobs:
28
28
jobs:
29
+
30
+
# Define job to close all pull requests:
29
31
run:
32
+
33
+
# Define the type of virtual host machine on which to run the job:
30
34
runs-on: ubuntu-latest
35
+
36
+
# Define the sequence of job steps...
31
37
steps:
32
-
- uses: superbrothers/close-pull-request@v3
33
-
with:
34
-
comment: |
35
-
Thank you for submitting a pull request. :raised_hands:
36
-
37
-
We greatly appreciate your willingness to submit a contribution. However, we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib).
38
-
39
-
We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-int16array-support) of the main repository where we’ll review and provide feedback. If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions.
40
-
41
-
Thank you again, and we look forward to receiving your contribution! :smiley:
42
-
43
-
Best,
44
-
The stdlib team
38
+
39
+
# Close pull request
40
+
- name: 'Close pull request'
41
+
# Pin action to full length commit SHA corresponding to v3.1.2
Thank you for submitting a pull request. :raised_hands:
46
+
47
+
We greatly appreciate your willingness to submit a contribution. However, we are not accepting pull requests against this repository, as all development happens on the [main project repository](https://github.com/stdlib-js/stdlib).
48
+
49
+
We kindly request that you submit this pull request against the [respective directory](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/assert/has-int16array-support) of the main repository where we’ll review and provide feedback. If this is your first stdlib contribution, be sure to read the [contributing guide](https://github.com/stdlib-js/stdlib/blob/develop/CONTRIBUTING.md) which provides guidelines and instructions for submitting contributions.
50
+
51
+
Thank you again, and we look forward to receiving your contribution! :smiley:
0 commit comments