Skip to content

Commit 590a521

Browse files
committed
update workflows
1 parent 3884842 commit 590a521

File tree

6 files changed

+25
-42
lines changed

6 files changed

+25
-42
lines changed

.github/release-drafter.yml

Lines changed: 0 additions & 25 deletions
This file was deleted.

.github/release.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# release.yml
2+
3+
changelog:
4+
categories:
5+
- title: '🚀 New Features'
6+
labels:
7+
- 'type:new feature'
8+
- title: '🔬 Improvements'
9+
labels:
10+
- 'type:improvement'
11+
- title: '🐞 Bug Fixes'
12+
labels:
13+
- 'type:bug'
14+
- title: '⬆️ Dependency Updates'
15+
labels:
16+
- 'type:dependencies'
17+
- title: '⛔️ Security'
18+
labels:
19+
- 'type:security'
20+
- title: '👻 Internal changes'
21+
labels:
22+
- 'type:internal'

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- '*'
88
push:
99
branches:
10-
- 'master'
10+
- 'main'
1111

1212
jobs:
1313
tests:

.github/workflows/draft-release.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/labels-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "Verify type labels"
22

33
on:
44
pull_request:
5-
types: [opened, labeled, unlabeled, synchronize]
5+
types: [ labeled, unlabeled ]
66

77
jobs:
88
triage:

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2021 Qameta Software OÜ
189+
Copyright 2022 Qameta Software OÜ
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)