Skip to content

Commit 51dd3e3

Browse files
authored
Merge pull request #33 from cytopia/repository
Adjust dependabot and labels
2 parents 57e1c3c + 68e2299 commit 51dd3e3

File tree

3 files changed

+298
-228
lines changed

3 files changed

+298
-228
lines changed

.github/labels.yml

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# The labels in this file are automatically synced with the repository
22
# using the micnncim/action-label-syncer action.
33
---
4+
# Dependabot
45
- name: C-dependency
56
color: 1abc9c
67
description: "Category: Dependency"
@@ -10,3 +11,13 @@
1011
- name: PR-merge
1112
color: 3498db
1213
description: "Pull Request: Merge when ready"
14+
# Release Drafter
15+
- name: major
16+
color: 1abc9c
17+
description: "Make Release drafter create a new major release"
18+
- name: minor
19+
color: 3498db
20+
description: "Make Release drafter create a new minor release"
21+
- name: patch
22+
color: 3498db
23+
description: "Make Release drafter create a new patch release"

.github/workflows/release-drafter.yml

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
# branches to consider in the event; optional, defaults to all
77
branches:
88
- master
9+
# pull_request event is required only for autolabeler
10+
pull_request:
11+
# Only following types are handled by the action, but one can default to all as well
12+
types: [opened, reopened, synchronize]
913

1014
jobs:
1115
update_release_draft:

0 commit comments

Comments
 (0)