Skip to content

Commit

Permalink
Merge branch 'master' into deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenL committed Sep 20, 2024
2 parents 4094256 + e903a4c commit b66f4f9
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"labels": [
{
"description": "Involves changes to API or in-source API documentation",
"description": "Involves API usage and documented behavior",
"name": "scope: api"
},
{
Expand All @@ -35,31 +35,35 @@
"name": "status: in progress"
},
{
"description": "Issue or pull request was rejected",
"name": "status: rejected"
"description": "Issue or pull request isn't planned",
"name": "status: not planned"
},
{
"description": "Issue or pull request is invalid or not applicable",
"name": "status: not applicable"
},
{
"description": "Issue is a bug report",
"name": "type: bug"
"name": "type: bug report"
},
{
"description": "Issue is a feature request",
"name": "type: feature request"
},
{
"description": "Pull request is a feature",
"description": "Pull request is a new feature",
"name": "type: feature"
},
{
"description": "Pull request is a fix",
"name": "type: fix"
},
{
"description": "Pull request is an improvement of an existing feature",
"description": "Pull request is an improvement of existing functionality",
"name": "type: improvement"
},
{
"description": "Pull request refactors code",
"description": "Pull request refactors code without changing behavior",
"name": "type: refactor"
},
{
Expand Down Expand Up @@ -91,7 +95,7 @@
"name": "os: windows"
},
{
"description": "May be handled in the distant future when time allows",
"description": "May be handled in the distant future as time allows",
"name": "priority: low"
},
{
Expand Down

0 comments on commit b66f4f9

Please sign in to comment.