Searched +full:days +full:- +full:before +full:- +full:pr +full:- +full:stale (Results 1 – 20 of 20) sorted by relevance
| /external/bazelbuild-rules_python/.github/workflows/ |
| D | stale.yml | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # See https://github.com/marketplace/actions/close-stale-issues 17 name: Mark stale issues and pull requests 22 - cron: "45 22 * * *" 25 stale: 26 runs-on: ubuntu-latest 29 - uses: actions/stale@v3 31 repo-token: ${{ secrets.GITHUB_TOKEN }} 36 # The number of days old an issue can be before marking it stale. 37 days-before-stale: 180 [all …]
|
| /external/python/cpython3/.github/workflows/ |
| D | stale.yml | 1 name: Mark stale pull requests 5 - cron: "0 0 * * *" 8 pull-requests: write 11 stale: 14 runs-on: ubuntu-latest 15 timeout-minutes: 10 18 - name: "Check PRs" 19 uses: actions/stale@v5 21 repo-token: ${{ secrets.GITHUB_TOKEN }} 22 stale-pr-message: 'This PR is stale because it has been open for 30 days with no activity.' [all …]
|
| /external/aws-sdk-java-v2/.github/workflows/ |
| D | stale-issue.yml | 1 name: "Close stale issues" 6 - cron: "0 0/3 * * *" 10 name: Stale issue job 11 runs-on: ubuntu-latest 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v4 20 ancient-issue-message: This is a very old issue that is probably not getting as much 24 stale-issue-message: It looks like this issue has not been active for more than five days. 28 stale-pr-message: It looks like this PR has not been active for more than five days. In 29 the absence of more information, we will be closing this PR soon. Please add a [all …]
|
| /external/aws-crt-java/.github/workflows/ |
| D | stale_issue.yml | 1 name: "Close stale issues" 6 - cron: "*/60 * * * *" 10 runs-on: ubuntu-latest 11 name: Stale issue job 14 pull-requests: write 16 - uses: aws-actions/stale-issue-cleanup@v3 20 …ancient-issue-message: Greetings! Sorry to say but this is a very old issue that is probably not g… 21 …stale-issue-message: Greetings! It looks like this issue hasn’t been active in longer than a week.… 22 …stale-pr-message: Greetings! It looks like this PR hasn’t been active in longer than a week, add a… 25 stale-issue-label: closing-soon [all …]
|
| /external/flatbuffers/.github/workflows/ |
| D | stale.yml | 1 name: Mark stale issues and pull requests 2 permissions: read-all 6 - cron: "30 20 * * *" 9 stale: 11 runs-on: ubuntu-latest 14 - uses: actions/stale@v4.0.0 16 repo-token: ${{ secrets.GITHUB_TOKEN }} 17 …stale-pr-message: 'This pull request is stale because it has been open 6 months with no activity. … 18 …stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Plea… 19 days-before-stale: 182 # 6 months [all …]
|
| /external/accompanist/.github/workflows/ |
| D | issues-stale.yml | 1 name: 'Close stale issues and PRs' 4 - cron: '15 3 * * *' 7 stale: 8 runs-on: ubuntu-latest 10 - uses: actions/stale@v3 12 …stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remov… 13 days-before-stale: 45 14 days-before-close: 5 15 exempt-all-pr-milestones: true 16 exempt-issue-labels: 'waiting for info,waiting on dependency'
|
| /external/grpc-grpc/.github/ |
| D | stale.yml | 1 # Configuration for probot-stale - https://github.com/probot/stale 3 # Number of days of inactivity before an Issue or Pull Request becomes stale 6 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. 7 … to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. 10 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disab… 13 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable 15 - "disposition/never stale" 16 - "kind/bug" 27 # Label to use when marking as stale 28 staleLabel: "disposition/stale" [all …]
|
| /external/rust/crates/grpcio-sys/grpc/.github/ |
| D | stale.yml | 1 # Configuration for probot-stale - https://github.com/probot/stale 3 # Number of days of inactivity before an Issue or Pull Request becomes stale 6 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. 7 … to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. 10 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disab… 13 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable 15 - "disposition/never stale" 16 - "kind/bug" 27 # Label to use when marking as stale 28 staleLabel: "disposition/stale" [all …]
|
| /external/rust/crates/miette/ |
| D | CONTRIBUTING.md | 7 * [Request Support](#request-support) 8 * [Report an Error or Bug](#report-an-error-or-bug) 9 * [Request a Feature](#request-a-feature) 11 * [Project Setup](#project-setup) 12 * [Contribute Documentation](#contribute-documentation) 13 * [Contribute Code](#contribute-code) 15 * [Provide Support on Issues](#provide-support-on-issues) 16 * [Label Issues](#label-issues) 17 * [Clean Up Issues and PRs](#clean-up-issues-and-prs) 18 * [Review Pull Requests](#review-pull-requests) [all …]
|
| /external/toybox/www/ |
| D | roadmap.html | 2 <!--#include file="header.html" --> 9 <li><a href=#susv4>POSIX-2008/SUSv4</a></li> 35 <p>The most interesting publicly available standards are A) POSIX-2008 (also 37 <a href=https://www.kernel.org/doc/man-pages/>Linux man pages</a>. 45 to <a href=https://github.com/landley/control-images>build Linux From Scratch</a>. 48 plus <a href=faq.html#cross>musl-cross-make</a> to hermetically build 68 <h3><a name=susv4 /><a href="#susv4">POSIX-2008/SUSv4</a></h3> 72 …and ISO both approving <a href=https://landley.net/c99-draft.html>C99</a>. That's why IEEE 1003.1-… 88 but isn't officially a new standard. It's still posix-2008/SUSv4/Issue 7. 100 incorporated into <a href=https://nvlpubs.nist.gov/nistpubs/Legacy/FIPS/fipspub151-2-1993.pdf>US fe… [all …]
|
| /external/icu/icu4j/perf-tests/data/collation/ |
| D | ulyss10.txt | 6 copyright laws for your country before distributing this or any other 30 organization with EIN [Employee Identification Number] 64-6221541 78 These Web sites include award-winning information about Project 83 Those of you who want to download any Etext before announcement 108 If they reach just 1-2% of the world's population then the total 116 At our revised rates of production, we will reach only one-third 157 how to make them tax-deductible, or even if they CAN be made 166 Oxford, MS 38655-4109 174 [Employee Identification Number] 64-622154. Donations are 175 tax-deductible to the maximum extent permitted by law. As fundraising [all …]
|
| /external/python/cpython3/Misc/ |
| D | HISTORY | 2 -------------- 13 Release date: 2017-01-17 21 Release date: 2017-01-02 24 ----------------- 26 - Issue #28648: Fixed crash in Py_DecodeLocale() in debug build on Mac OS X 29 - Issue #28426: Fixed potential crash in PyUnicode_AsDecodedObject() in debug 33 ------- 35 - Issue #28563: Fixed possible DoS and arbitrary code execution when handle 39 - In the curses module, raise an error if window.getstr() or window.instr() is 42 - Issue #27783: Fix possible usage of uninitialized memory in operator.methodcaller. [all …]
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 38 ** This file implements routines used to report what compile-time options 42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */ 46 ** autoconf-based build 60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */ 65 ** An array of names of all compile-time options. This array should 66 ** be sorted A-Z. 69 ** only a handful of compile-time options, so most times this array is usually 105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "." 109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER), [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 184 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 20 ** The content in this amalgamation comes from Fossil check-in 51 ** NO_TEST - The branches on this line are not 56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false 60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true 64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 144 ** 2015-03-02 182 ** large file support, or if the OS is windows, these should be no-ops. 184 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3420000/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 48 ** NO_TEST - The branches on this line are not 53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false 57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true 61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 141 ** 2015-03-02 179 ** large file support, or if the OS is windows, these should be no-ops. 181 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any 185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /external/sqlite/dist/sqlite-autoconf-3420000/orig/ |
| D | sqlite3.c | 17 ** language. The code for the "sqlite3" command-line shell is also in a 48 ** NO_TEST - The branches on this line are not 53 ** OPTIMIZATION-IF-TRUE - This branch is allowed to alway be false 57 ** OPTIMIZATION-IF-FALSE - This branch is allowed to alway be true 61 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread 66 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the 141 ** 2015-03-02 179 ** large file support, or if the OS is windows, these should be no-ops. 181 ** Ticket #2739: The _LARGEFILE_SOURCE macro must appear before any 185 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch [all …]
|
| /external/libtextclassifier/native/annotator/pod_ner/test_data/ |
| D | vocab.txt | 1012 - 2078 before 2421 days 10976 pr 18099 ##pr 26730 stale 29625 ##-
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
| D | X86ISelLowering.cpp | 1 //===-- X86ISelLowering.cpp - X86 DAG Lowering Implementation -------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 71 #define DEBUG_TYPE "x86-isel" 76 "x86-experimental-pref-innermost-loop-alignment", cl::init(4), 80 "alignment set by x86-experimental-pref-loop-alignment."), 84 "mul-constant-optimization", cl::init(true), 90 "x86-experimental-unordered-atomic-isel", cl::init(false), 103 DAG.getContext()->diagnose( in errorUnsupported() [all …]
|
| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/transforms/ |
| D | internal_raw_IPA-old.txt | 1803 ad-lib ædlˈɪb 3726 aide-de-camp ˌeddɪkˈæmp 5495 alpha-fetoprotein ˌælfəfˌitoprˈotin, ˌælfəfˌitoprˈotˈiɪn 7542 anglo-saxon ˈæŋglosˌæksən 8282 anti-lewisite ˌæntilˈuɪsˌaɪt 9550 aquifer %21020 ˈækwəfər, ˈɑkwə- 9555 aquilegia %7773 -lˈiʤə, ˌækwəlˈiʤiə 9559 aquiline %15023 -lɪn, ˈækwəlˌaɪn 9629 aragonite %11075 ərˈægənˌaɪt, ˈærəgə- 9645 aram %8777 ær-, ˈeræm, ˈɛrəm [all …]
|