You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!--🚨Please create your PR to merge code from your branch to `dev` branch here, rather than `main`. -->
1
+
<!--‼️ Please create your PR to merge code from your branch to `dev` branch here, rather than to `main`. -->
2
2
3
3
# What does this PR do?
4
4
5
-
<!--
6
-
Congrats! You've made it this far! You're not quite done yet though.
5
+
<!-- Congrats! You've made it this far! You're not quite done yet though.
7
6
8
7
Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution 😉.
9
8
10
9
Then, please replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change.
11
10
12
-
Once you're done, I will review your PR shortly. I may suggest changes to make the code even better 🤝.
11
+
Once you're done, I will review your PR shortly. I may suggest changes to improve the code 🤝
13
12
-->
14
13
15
-
<!--Remove if not applicable-->
14
+
<!--Add your comments below, please list your key points-->
16
15
17
-
Fixing # (issue)
16
+
1. fixing #number_of_issue
18
17
19
18
20
19
## Before submitting
21
20
22
-
<!-- You can remove checks that are not relevant to this PR. -->
21
+
<!-- You can remove checks that are not relevant to this PR, like the below example:
23
22
24
-
-[ ] This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case).
25
-
-[ ] Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case.
26
-
-[ ] I have commented my code, particularly in hard-to-understand areas.
27
-
-[ ] I have written necessary tests and already run them locally.
23
+
- [x] This PR is made to fix a typo...
24
+
25
+
-->
26
+
27
+
-[ ] This PR is made to fix a typo or improve the docs (you can dismiss the other checks if this is the case);
28
+
-[ ] Was this discussed/approved via a GitHub issue? Please add a link to it if that's the case;
29
+
-[ ] I have commented my code, particularly in hard-to-understand areas;
30
+
-[ ] I have written the necessary tests and already run them locally;
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,8 +13,8 @@ jobs:
13
13
with:
14
14
stale-issue-message: 'This issue had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity. Is this issue already resolved?'
15
15
stale-issue-label: 'stale'
16
-
exempt-issue-labels: bug, potential bug, enhancement, new feature, new algo, good first issue, keep, refactoring, completed
17
-
exempt-pr-labels: bug, potential bug, enhancement, new feature, new algo, keep, refactoring
16
+
exempt-issue-labels: bug, potential bug, enhancement, new feature, new algo, good first issue, keep, refactoring, completed, docker
17
+
exempt-pr-labels: bug, potential bug, enhancement, new feature, new algo, keep, refactoring, docker
18
18
stale-pr-message: 'This pull request had no activity for **14 days**. It will be closed in **1 week** unless there is some new activity.'
0 commit comments