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
stale-issue-message: 'This issue is stale because there have been no updates in 365 days.'
25
-
stale-pr-message: 'This PR is stale because there have been no updates in 365 days.'
26
-
days-before-stale: 365
27
-
days-before-close: 0
28
-
stale-issue-label: 'stale'
27
+
stale-pr-message: "It looks as if this pull request has been inactive for 30 days. We want to check in with you to see if you plan to continue working on it. If you do, please add a comment to let us know. If we don't hear from you, we will close this pull request after 14 days."
28
+
days-before-stale: 30
29
+
days-before-close: 14
29
30
stale-pr-label: 'stale'
30
-
exempt-pr-labels: 'never-stale,waiting for review'
31
-
exempt-issue-labels: 'never-stale,help wanted,waiting for review'
stale-issue-message: 'A stale label has been added to this issue and it has been closed, because it has been open for 30 days with no activity. If you think this issue should remain open, please add a new comment.'
26
-
days-before-issue-stale: 30
27
-
days-before-issue-close: 0
26
+
days-before-stale: 30
27
+
days-before-close: 7
28
+
29
+
stale-issue-message: 'A stale label has been added to this issue, because it has been open for 30 days with no activity. If you think this issue should remain open, please add a new comment.'
28
30
exempt-issue-labels: 'help wanted,never-stale,waiting for review'
31
+
stale-issue-label: 'Inactive'
32
+
close-issue-label: 'Closed as inactive'
33
+
34
+
exempt-pr-labels: 'never-stale,ready to merge,waiting for review'
29
35
stale-pr-message: 'A stale label has been added to this pull request because it has been open 30 days with no activity. If you think this pull request should remain open, please add a new comment.'
30
-
days-before-pr-stale: 30
31
-
days-before-pr-close: 0
32
-
stale-pr-label: 'stale'
33
-
exempt-pr-labels: 'waiting for review,never-stale,ready to merge'
36
+
stale-pr-label: 'Inactive'
37
+
close-pr-label: 'Closed as inactive'
38
+
39
+
# Both output options are set true for debugging.
40
+
# The numbers should always match unless we change `days-before-close` from `0`.
41
+
42
+
staled-issues-prs: true # report issues and PRs that were commented on as stale in the output
43
+
closed-issues-prs: true # report issues and PRs that were closed in the output
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,29 @@
1
1
# Docs changelog
2
2
3
+
**16 July 2025**
4
+
5
+
We've added documentation describing how to use the GraphQL API to create a new issue and, in the same request, assign the issue to Copilot coding agent.
6
+
7
+
See: [Using Copilot to work on an issue](https://docs.github.com/copilot/how-tos/agents/copilot-coding-agent/using-copilot-to-work-on-an-issue#assigning-an-issue-to-copilot-via-the-github-api).
8
+
9
+
<hr>
10
+
11
+
**16 July 2025**
12
+
13
+
We've updated the Copilot documentation to coincide with the release of an improved user interface for configuring the firewall for Copilot coding agent.
14
+
15
+
See: [Customizing or disabling the firewall for Copilot coding agent](https://docs.github.com/en/copilot/how-tos/agents/copilot-coding-agent/customizing-or-disabling-the-firewall-for-copilot-coding-agent).
16
+
17
+
<hr>
18
+
19
+
**16 July 2025**
20
+
21
+
We've updated the Copilot docs to coincide with the release of issue form support for Copilot Chat. When you use Copilot Chat to create an issue, an issue form will be used if there's an appropriate one in the repo. Previously only issue templates were supported.
22
+
23
+
See [Using GitHub Copilot to create issues](https://docs.github.com/copilot/how-tos/github-flow/using-github-copilot-to-create-issues).
24
+
25
+
<hr>
26
+
3
27
**30 June 2025**
4
28
5
29
Many enterprise customers want to measure the downstream impact of Copilot on their company, looking beyond leading metrics like adoption and usage.
0 commit comments