Skip to content

Commit

Permalink
chore(ci): Update Renovate labels (#1565)
Browse files Browse the repository at this point in the history
* chore(ci): Update Renovate labels

Some of the labels have been renamed for consistency.

Signed-off-by: Charith Ellawala <charith@cerbos.dev>

* Update issue template

Signed-off-by: Charith Ellawala <charith@cerbos.dev>

---------

Signed-off-by: Charith Ellawala <charith@cerbos.dev>
  • Loading branch information
charithe committed May 5, 2023
1 parent c4b3ed1 commit 4029bd2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug.yaml
@@ -1,7 +1,7 @@
name: 🐞 Bug
description: File a bug/issue
title: "<title>"
labels: [bug, triage]
labels: ["kind/bug", "status/triage"]
body:
- type: checkboxes
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature.yaml
@@ -1,7 +1,7 @@
name: ⭐️ Feature Request
description: Request a feature
title: "<title>"
labels: [feature, triage]
labels: ["kind/feature", "status/triage"]
body:
- type: checkboxes
attributes:
Expand Down
4 changes: 2 additions & 2 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Expand Up @@ -4,10 +4,10 @@

Fixes #<!-- Link the relevant issue here -->

#### Checklist
#### Checklist

<!-- See https://github.com/cerbos/cerbos/blob/main/CONTRIBUTING.md#submitting-pull-requests for more information. -->

- [ ] The PR title has the correct prefix
- [ ] The PR title has the correct prefix
- [ ] PR is linked to the corresponding issue
- [ ] All commits are signed-off (`git commit -s ...`) to provide the [DCO](https://developercertificate.org/)
4 changes: 2 additions & 2 deletions .github/renovate.json
Expand Up @@ -47,8 +47,8 @@
}
],
"labels": [
"chore",
"ci",
"kind/chore",
"area/dependencies",
"bots"
]
}

0 comments on commit 4029bd2

Please sign in to comment.