Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjust dependabot and labels #33

Merged
merged 1 commit into from
Mar 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# The labels in this file are automatically synced with the repository
# using the micnncim/action-label-syncer action.
---
# Dependabot
- name: C-dependency
color: 1abc9c
description: "Category: Dependency"
Expand All @@ -10,3 +11,13 @@
- name: PR-merge
color: 3498db
description: "Pull Request: Merge when ready"
# Release Drafter
- name: major
color: 1abc9c
description: "Make Release drafter create a new major release"
- name: minor
color: 3498db
description: "Make Release drafter create a new minor release"
- name: patch
color: 3498db
description: "Make Release drafter create a new patch release"
4 changes: 4 additions & 0 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- master
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]

jobs:
update_release_draft:
Expand Down
Loading