1
0
mirror of synced 2025-12-30 12:02:01 -05:00

Merge branch 'main' into codespaces-universe-megabranch

This commit is contained in:
hubwriter
2022-10-24 20:32:25 +01:00
54 changed files with 294 additions and 329 deletions

View File

@@ -0,0 +1,7 @@
# Reference: issue #8372
# Adding pip support for increase-if-necessary and increase versioning strategies for Dependabot version updates
versions:
fpt: '*'
ghec: '*'
ghes: '>= 3.8'
ghae: '>= 3.8'

View File

@@ -14857,6 +14857,11 @@ type IssueTemplate {
"""
body: String
"""
The template filename.
"""
filename: String!
"""
The template name.
"""

View File

@@ -16782,6 +16782,11 @@ type IssueTemplate {
"""
body: String
"""
The template filename.
"""
filename: String!
"""
The template name.
"""

View File

@@ -16782,6 +16782,11 @@ type IssueTemplate {
"""
body: String
"""
The template filename.
"""
filename: String!
"""
The template name.
"""