Skip to content

Commit 4f90166

Browse files
authored
Merge pull request github#15929 from github/repo-sync
repo sync
2 parents abb1348 + 24f9ae4 commit 4f90166

File tree

3 files changed

+43
-31
lines changed

3 files changed

+43
-31
lines changed

.all-contributorsrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,15 @@
285285
"bug",
286286
"code"
287287
]
288+
},
289+
{
290+
"login": "BenJam",
291+
"name": "Benjamin Nickolls",
292+
"avatar_url": "https://avatars2.githubusercontent.com/u/158833?v=4",
293+
"profile": "https://github.com/BenJam",
294+
"contributions": [
295+
"doc"
296+
]
288297
}
289298
],
290299
"contributorsPerLine": 7,
@@ -294,4 +303,4 @@
294303
"repoHost": "https://github.com",
295304
"skipCi": true,
296305
"commitConvention": "none"
297-
}
306+
}

.github/workflows/triage-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1616
add-labels: "triage"
1717
- name: Triage to project board
18-
uses: konradpabjan/[email protected]
18+
uses: rachmari/actions-add-new-issue-to-column@v1.1.1
1919
with:
2020
action-token: ${{ secrets.GITHUB_TOKEN }}
2121
project-url: "https://github.com/github/docs/projects/1"

0 commit comments

Comments
 (0)