Searched +full:stale +full:- +full:issue +full:- +full:label (Results 1 – 25 of 101) sorted by relevance
12345
| /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 …-issue-message: Greetings! Sorry to say but this is a very old issue that is probably not getting … 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/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 21 attention as it deserves. We encourage you to check if this is still an issue in 23 to provide a comment or open a new issue. 24 stale-issue-message: It looks like this issue has not been active for more than five days. [all …]
|
| /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/oss-fuzz/infra/triage-party/ |
| D | oss-fuzz.yaml | 2 name: oss-fuzz 4 - https://github.com/google/oss-fuzz 7 - id: Fuzzing Issues 11 Status of issues across oss-fuzz repos 14 - fuzz-issue-updated-support 16 - fuzz-bugs 17 - fuzz-priority 19 - fuzz-many-reactions 20 - fuzz-many-commenters 21 - fuzz-issue-zombies [all …]
|
| /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/curl/.github/ |
| D | stale.yml | 3 # SPDX-License-Identifier: curl 5 # Number of days of inactivity before an issue becomes stale 7 # Number of days of inactivity before a stale issue is closed 9 # Issues with these labels will never be considered stale 11 - pinned 12 - security 13 # Label to use when marking an issue as stale 14 staleLabel: stale 15 # Comment to post when marking an issue as stale. Set to `false` to disable 17 This issue has been automatically marked as stale because it has not had [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/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/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/rust/crates/zerocopy/ |
| D | CONTRIBUTING.md | 1 <!-- Copyright 2022 The Fuchsia Authors 3 Licensed under a BSD-style license <LICENSE-BSD>, Apache License, Version 2.0 4 <LICENSE-APACHE or https://www.apache.org/licenses/LICENSE-2.0>, or the MIT 5 license <LICENSE-MIT or https://opensource.org/licenses/MIT>, at your option. 7 those terms. --> 14 Once you've read the rest of this doc, check out our [good-first-issue 15 label][good-first-issue] for some good issues you can use to get your toes wet! 46 In non-library code, it's often advised to only implement features you need. 53 Thus, when designing external-facing features, try to make use of them somehow. 62 probably is! Invest the time to find the root cause - you will either learn [all …]
|
| /external/grpc-grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 10 …lease filter the issues list with the label ["disposition/help wanted"](https://github.com/grpc/gr… 11 …ts might have been closed in the past as a result of them being marked as stale due to there being… 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run [all …]
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | CONTRIBUTING.md | 4 organization's [governance rules](https://github.com/grpc/grpc-community/blob/master/governance.md) 5 and [contribution guidelines](https://github.com/grpc/grpc-community/blob/master/CONTRIBUTING.md) b… 8 howto](https://help.github.com/articles/about-pull-requests/) 10 …lease filter the issues list with the label ["disposition/help wanted"](https://github.com/grpc/gr… 11 …ts might have been closed in the past as a result of them being marked as stale due to there being… 22 … in [Building gRPC C++: Clone the repository](BUILDING.md#clone-the-repository-including-submodule… 32 - Prepare your development environment based on language-specific instructions in `src/YOUR-LANGUAG… 33 - The language-specific instructions might involve installing C/C++ prerequisites listed in 34 …[Building gRPC C++: Prerequisites](BUILDING.md#pre-requisites). This is because gRPC implementatio… 36 - Run [all …]
|
| /external/AFLplusplus/src/ |
| D | afl-as.c | 2 american fuzzy lop++ - wrapper for GNU as 3 ----------------------------------------- 7 Now maintained by Marc Heuse <mh@mh-sec.de>, 12 Copyright 2019-2024 AFLplusplus Project. All rights reserved. 18 https://www.apache.org/licenses/LICENSE-2.0 21 by GCC / clang and inject the instrumentation bits included from afl-as.h. It 23 afl-gcc / afl-clang. 25 Note that it's an explicit non-goal to instrument hand-written assembly, 31 allow clang users to make things work even with hand-crafted assembly. Just 41 #include "alloc-inl.h" [all …]
|
| /external/mtools/ |
| D | NEWS | 2 - Removed mclasserase commands, which doesn't fit the coding 4 - Add support to -i option to mcd 5 - Document -i in mtools.1 6 - Fix a missing commad error in floppyd_io.c 9 - Fix error status of recursive listing of empty root directory 10 - If recursive listing, also show matched files at level one 11 - Use "seekless" reads & write internally, where possible 12 - Text mode conversion refactoring 13 - Misc refactoring 16 - Fix cluster padding at end of file in batch mode, and add [all …]
|
| /external/autotest/server/hosts/ |
| D | servo_host.py | 3 # Use of this source code is governed by a BSD-style license that can be 55 SERVOD_CONTAINER_IMAGE_PATH = "us-docker.pkg.dev/chromeos-partner-moblab/common-core" 100 # The timestamp is of format %Y-%m-%d--%H-%M-%S.MS 101 r'(?P<%s>\d{4}(\-\d{2}){2}\-(-\d{2}){3}.\d{3})' 114 # Here is an example log-line: 116 # 2020-01-23 13:15:12,223 - servo_v4 - EC3PO.Console - DEBUG - 117 # console.py:219:LogConsoleOutput - /dev/pts/9 - cc polarity: cc1 121 # <time> - <MCU> - EC3PO.Console - <LVL> - <file:line:func> - <pts> - 125 MCU_RE = (r'[\d\-]+ [\d:,]+ ' 127 r'- (?P<%s>[\w/]+) - ' [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | cloudsearch_v1.indexing.datasources.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.41.txt | 21 ----------------- 23 E2fsprogs 1.41.13 would not compile on big-endian systems. This has 30 Fix some type-punning warnings generated by newer versions of gcc. 36 E2fsck now supports the extended option "-E journal_only", which 41 E2fsck will now support UUID= and LABEL= specifiers for the -j option 53 Mke2fs will now check the file system type (specified with the -t 56 with the -T option) is not defined in mke2fs.conf, mke2fs will print a 59 Clarified error message from resize2fs clarifying that on-line 87 extent-based files. 89 Debugfs has a new option, -D, which will request Direct I/O access of [all …]
|
| /external/google-cloud-java/ |
| D | SECURITY.md | 9 <html lang="en" data-color-mode="auto" data-light-theme="light" data-dark-theme="dark" data-a11y-an… 11 <meta charset="utf-8"> 12 <link rel="dns-prefetch" href="https://github.githubassets.com"> 13 <link rel="dns-prefetch" href="https://avatars.githubusercontent.com"> 14 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"> 15 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/"> 21 …-ksfTgQOOnE+FFXf+yNfVjKSlEckJAdufFIYGK7ZjRhWcZgzAGcmZqqArTgMLpu90FwthqcCX4ldDgKXbmVMeuQ==" rel="st… 23 …-EAhBCLIJ/pXHG3Y6yQhs9s53SHV80sjJ+yCwlQtfv7LaVkD+VoEuZBZ5betQJFUNj/5qBSfZk5GFtazEDzWLAg==" rel="st… 24 …-K4J6ds/YO8+Tr4qeXWD2kAlEp/QjVM5bPLfw/6SjSXRXEAum1W0ubnarC4uOj1+9g86mmUzNASGATHgs8MNj9w==" rel="st… 25 …-/uFXblvSX+c7XWJtxcsRArU0ijMp908BQQfQhqxtdWEgDaoARBewXfmkigufl0c4eY6j6vcra6qgoup4Ad9RNg==" rel="st… [all …]
|
| /external/python/cpython3/Doc/whatsnew/ |
| D | 3.4.rst | 20 updates -- in such cases, end users will be much better served by partial 50 sufficient; the e-mail address isn't necessary. 55 :mod:`socket` module. (Contributed by P.Y. Developer in :issue:`12345`.) 70 :pep:`429` -- Python 3.4 Release Schedule 74 Summary -- Release Highlights 86 * :ref:`pip should always be available <whatsnew-pep-453>` (:pep:`453`). 87 * :ref:`Newly created file descriptors are non-inheritable <whatsnew-pep-446>` 89 * command line option for :ref:`isolated mode <whatsnew-isolated-mode>` 90 (:issue:`16499`). 91 * :ref:`improvements in the handling of codecs <codec-handling-improvements>` [all …]
|
| /external/rust/crates/moveit/ |
| D | CONTRIBUTING.md | 10 <meta charset="utf-8"> 11 <link rel="dns-prefetch" href="https://github.githubassets.com"> 12 <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com"> 13 <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com"> 14 <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com"> 15 <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com"> 16 <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com"> 17 <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/"> 21 …-v0wSB0SbeOFEPVJKeG3ENnZHwhmCB7glTJtbS70wGCd2pJHoqe+KL2LEDE4gdI+EaY0lXGWQ5IPmHimAuvJmWw==" rel="st… 22 …-uP1AMyqEyOPRvRp69YW8vMoZjC+Zl+bvrF+7DpeyLNAlanwBk1G9TGFqriK9cju81RQF75NYHIW4a2NZuT/02w==" rel="st… [all …]
|
| /external/mesa3d/docs/relnotes/ |
| D | 23.1.0.rst | 1 Mesa 23.1.0 Release Notes / 2023-05-10 20 --------------- 24 a9dde3c76571c4806245a05bda1cceee347c3267127e9e549e4f4e225d92e992 mesa-23.1.0.tar.xz 28 ------------ 30 - VK_EXT_pipeline_library_group_handles on RADV 31 - VK_EXT_image_sliced_view_of_3d on RADV/GFX10+ 32 - VK_KHR_map_memory2 on ANV and RADV 33 - fullyCoveredFragmentShaderInputVariable on RADV/GFX9+ 34 - VK_EXT_discard_rectangles version 2 on RADV 35 - VK_EXT_graphics_pipeline_library on RADV [all …]
|
| D | 22.3.0.rst | 1 Mesa 22.3.0 Release Notes / 2022-12-02 20 --------------- 24 644bf936584548c2b88762111ad58b4aa3e4688874200e5a4eb74e53ce301746 mesa-22.3.0.tar.xz 28 ------------ 30 - GL_ARB_shader_clock on llvmpipe 31 - VK_KHR_shader_clock on lavapipe 32 - Mesa-DB, the new single file cache type 33 - VK_EXT_attachment_feedback_loop_layout on RADV, lavapipe 34 - VK_KHR_global_priority on RADV 35 - GL_KHR_blend_equation_advanced_coherent on zink [all …]
|
| /external/mdnsresponder/mDNSShared/ |
| D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 36 * of zero-configuration networking (ZEROCONF). 42 * all the information -- such as name, IP address, and port -- 46 * AppleTalk. Bonjour allows applications to provide user-friendly printer 61 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 62 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 63 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 69 * The version defined in this header file symbol allows for compile-time 72 * in those earlier versions. Similar checks may also be performed at run-time: [all …]
|
| /external/libcups/vcnet/ |
| D | dns_sd.h | 1 /* -*- Mode: C; tab-width: 4 -*- 3 * Copyright (c) 2003-2004, Apple Computer, Inc. All rights reserved. 36 * of zero-configuration networking (ZEROCONF). 42 * all the information -- such as name, IP address, and port -- 46 * AppleTalk. Bonjour allows applications to provide user-friendly printer 61 * For example, Mac OS X 10.4.9 has mDNSResponder-108.4, which would be represented as 62 * version 1080400. This allows C code to do simple greater-than and less-than comparisons: 63 …* e.g. an application that requires the DNSServiceGetProperty() call (new in mDNSResponder-126) ca… 69 * The version defined in this header file symbol allows for compile-time 72 * in those earlier versions. Similar checks may also be performed at run-time: [all …]
|
12345