Home
last modified time | relevance | path

Searched refs:is_pull_request (Results 1 – 11 of 11) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/ci/
H A Dwebsite_build.sh20 function is_pull_request { function
59 if is_pull_request ; then
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/ci/
H A Dwebsite_build.sh20 function is_pull_request { function
59 if is_pull_request ; then
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/ci/
H A Dwebsite_build.sh20 function is_pull_request { function
59 if is_pull_request ; then
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/ci/
H A Dwebsite_build.sh21 function is_pull_request { function
64 if is_pull_request ; then
/dports/math/py-matplotlib/matplotlib-3.4.3/tools/
H A Dgithub_stats.py19 get_paged_request, make_auth_header, get_pull_request, is_pull_request,
55 if is_pull_request(i):
84 filtered = [ i for i in filtered if not is_pull_request(i) ]
H A Dgh_api.py182 def is_pull_request(issue): function
/dports/math/py-matplotlib2/matplotlib-2.2.4/tools/
H A Dgithub_stats.py22 get_paged_request, make_auth_header, get_pull_request, is_pull_request,
58 if is_pull_request(i):
87 filtered = [ i for i in filtered if not is_pull_request(i) ]
H A Dgh_api.py188 def is_pull_request(issue): function
/dports/www/mitmproxy/mitmproxy-7.0.4/release/
H A Dcibuild.py64 is_pull_request: bool = True variable in BuildEnviron
88 is_pull_request = os.environ.get("GITHUB_EVENT_NAME", "pull_request") == "pull_request"
95 is_pull_request=is_pull_request,
501 if be.is_pull_request:
/dports/www/mitmproxy/mitmproxy-7.0.4/test/release/
H A Dtest_cibuild.py50 assert be.is_pull_request
61 is_pull_request=False,
/dports/science/py-dipy/dipy-1.4.1/tools/
H A Dgithub_stats.py83 def is_pull_request(issue): function