Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
baev committed Jan 10, 2022
1 parent 3884842 commit 590a521
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 42 deletions.
25 changes: 0 additions & 25 deletions .github/release-drafter.yml

This file was deleted.

22 changes: 22 additions & 0 deletions .github/release.yml
@@ -0,0 +1,22 @@
# release.yml

changelog:
categories:
- title: '🚀 New Features'
labels:
- 'type:new feature'
- title: '🔬 Improvements'
labels:
- 'type:improvement'
- title: '🐞 Bug Fixes'
labels:
- 'type:bug'
- title: '⬆️ Dependency Updates'
labels:
- 'type:dependencies'
- title: '⛔️ Security'
labels:
- 'type:security'
- title: '👻 Internal changes'
labels:
- 'type:internal'
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -7,7 +7,7 @@ on:
- '*'
push:
branches:
- 'master'
- 'main'

jobs:
tests:
Expand Down
14 changes: 0 additions & 14 deletions .github/workflows/draft-release.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/labels-verify.yml
Expand Up @@ -2,7 +2,7 @@ name: "Verify type labels"

on:
pull_request:
types: [opened, labeled, unlabeled, synchronize]
types: [ labeled, unlabeled ]

jobs:
triage:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2021 Qameta Software OÜ
Copyright 2022 Qameta Software OÜ

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

0 comments on commit 590a521

Please sign in to comment.