Skip to content

Commit 1f745a0

Browse files
authored
automatically provide links and close issues that depend on fixes in … (#10027)
* automatically provide links and close issues that depend on fixes in other projects. * Apply suggestions from code review Co-authored-by: Diego Molina <diemol@users.noreply.github.com> * add note to maintainers about new issue labels * Update .github/label-commenter-config.yml [skip ci] Co-authored-by: Diego Molina <diemol@users.noreply.github.com> [skip ci]
1 parent 7b21a32 commit 1f745a0

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

.github/label-commenter-config.yml

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ labels:
2323
<p>
2424
If the issue is valid but there is no time to troubleshoot it, consider adding the <code>help wanted</code> label.
2525
</p>
26+
<p>
27+
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, W3C),
28+
add the applicable <code>G-*</code> label, and it will provide the correct link and auto-close the
29+
issue.
30+
</p>
2631
<p>
2732
After troubleshooting the issue, please add the <code>R-awaiting answer</code> label.
2833
</p>
@@ -31,6 +36,44 @@ labels:
3136
</p>
3237
</div>
3338
</details>
39+
- name: G-w3c
40+
labeled:
41+
issue:
42+
body: |
43+
Hi, @{{ issue.user.login }}.
44+
This issue has been determined to require a change to the
45+
[WebDriver W3C Specification](https://w3c.github.io/webdriver/) for Selenium to be able to support it.
46+
47+
Please [create an issue](https://github.com/w3c/webdriver/issues/new) with the WebDriver project.
48+
49+
Feel free to comment the issues that you raise back in this issue. Thank you.
50+
action: close
51+
- name: G-chromedriver
52+
labeled:
53+
issue:
54+
body: |
55+
Hi, @{{ issue.user.login }}.
56+
This issue has been determined to require fixes in [ChromeDriver](https://chromedriver.chromium.org/home).
57+
58+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
59+
60+
If it is something new, please [create an issue](https://bugs.chromium.org/p/chromedriver/issues/list) with the ChromeDriver team.
61+
Feel free to comment the issues that you raise back in this issue. Thank you.
62+
63+
action: close
64+
- name: G-geckodriver
65+
labeled:
66+
issue:
67+
body: |
68+
Hi, @{{ issue.user.login }}.
69+
This issue has been determined to require fixes in [GeckoDriver](https://firefox-source-docs.mozilla.org/testing/geckodriver/).
70+
71+
You can see if the feature is passing in the [Web Platform Tests](https://wpt.fyi/results/webdriver/tests).
72+
73+
If it is something new, please [Create an Issue](https://github.com/mozilla/geckodriver/issues/new) with the GeckoDriver team.
74+
75+
Feel free to comment the issues that you raise back in this issue. Thank you.
76+
action: close
3477
- name: I-issue-template
3578
labeled:
3679
issue:
@@ -40,7 +83,7 @@ labels:
4083
4184
Either a complete code snippet (if more than one file is needed, provide a GitHub repo and instructions to run the code), the specific versions used, or a more detailed description to help us understand the issue.
4285
43-
Reply to this issuee when all information is provided, thank you.
86+
Reply to this issue when all information is provided, thank you.
4487
- name: I-question
4588
labeled:
4689
issue:

0 commit comments

Comments
 (0)