Home
last modified time | relevance | path

Searched +full:ncu +full:- +full:config (Results 1 – 5 of 5) sorted by relevance

/third_party/node/.github/workflows/
Dcommit-queue.yml1 ---
4 # GH_USER_TOKEN: GitHub user token, to be used by ncu and to push changes
12 # be read-only, and the Action won't have access to any other repository
15 - cron: "*/5 * * * *"
20 runs-on: ubuntu-latest
22 - uses: actions/checkout@v2
31 - name: Install Node.js
32 uses: actions/setup-node@v2-beta
34 node-version: '12'
35 - name: Install dependencies
[all …]
Dauto-start-ci.yml1 ---
9 # ./doc/guides/commit-queue.md
10 - cron: "*/5 * * * *"
15 runs-on: ubuntu-latest
17 - uses: actions/checkout@master
20 - name: Install jq
21 run: sudo apt-get install jq -y
22 - name: Install Node.js
23 uses: actions/setup-node@v2-beta
25 node-version: '12'
[all …]
/third_party/node/tools/actions/
Dcommit-queue.sh3 set -xe
11 COMMIT_QUEUE_LABEL='commit-queue'
12 COMMIT_QUEUE_FAILED_LABEL='commit-queue-failed'
31 curl -fsL --request "$method" \
32 --url "$url" \
33 --header "authorization: Bearer ${GITHUB_TOKEN}" \
34 --header 'content-type: application/json' "$@"
39 git config --local user.email "github-bot@iojs.org"
40 git config --local user.name "Node.js GitHub Bot"
44 if gitHubCurl "$(labelsUrl "$pr")" GET | jq -e 'map(.name) | index("request-ci")'; then
[all …]
/third_party/cares/
Dares_platform.c4 * Copyright (C) 2004 - 2011 by Daniel Stenberg et al
77 /* IANA Well Known Ports are in range 0-1023 */
80 /* IANA Registered Ports are in range 1024-49151 */
91 * Ref: http://www.iana.org/assignments/port-numbers
120 {"ftp-data", {NULL}, 20, "tcp"},
121 {"ftp-data", {NULL}, 20, "udp"},
122 {"ftp-data", {NULL}, 20, "sctp"},
133 {"nsw-fe", {NULL}, 27, "tcp"},
134 {"nsw-fe", {NULL}, 27, "udp"},
135 {"msg-icp", {NULL}, 29, "tcp"},
[all …]
/third_party/node/deps/cares/src/
Dares_platform.c4 * Copyright (C) 2004 - 2011 by Daniel Stenberg et al
77 /* IANA Well Known Ports are in range 0-1023 */
80 /* IANA Registered Ports are in range 1024-49151 */
91 * Ref: http://www.iana.org/assignments/port-numbers
120 {"ftp-data", {NULL}, 20, "tcp"},
121 {"ftp-data", {NULL}, 20, "udp"},
122 {"ftp-data", {NULL}, 20, "sctp"},
133 {"nsw-fe", {NULL}, 27, "tcp"},
134 {"nsw-fe", {NULL}, 27, "udp"},
135 {"msg-icp", {NULL}, 29, "tcp"},
[all …]