Skip to content

Commit

Permalink
Merge branch 'main' into dont-run-labeler-action-if-dependabot-pr-chi-40
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw authored Aug 30, 2023
2 parents 0721f3d + 97e1ff4 commit 8787217
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-bobcats-live.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

chore: allow 'style' label, and add it to labeler config
5 changes: 5 additions & 0 deletions .changeset/hungry-glasses-trade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'arcane-scripts': patch
---

style: update the changeset template
3 changes: 1 addition & 2 deletions .github/dependabot-changeset.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
---

<!-- markdownlint-disable MD041 -->

{{ .prTitle }}
{{- .prTitle -}}
6 changes: 6 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ labels:
title: '^chore\(deps-dev\): .*'
commits: '^chore\(deps-dev\): .*'

- label: style
matcher:
title: '^style: .*'
commits: '^style: .*'

checks:
- context: Semantic Pull Request
description:
Expand All @@ -53,6 +58,7 @@ checks:
- docs
- feat
- fix
- style

- context: Merge check
description: Disable merging when 'DO NOT MERGE' label is set
Expand Down
5 changes: 5 additions & 0 deletions .github/labels.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,10 @@
"color": "000000",
"description": "Pull requests that update Python code",
"name": "python"
},
{
"color": "f9d0c4",
"description": "One or more commits introduces changes to formatting, missing semi colons, etc; no code change",
"name": "style"
}
]

0 comments on commit 8787217

Please sign in to comment.