Skip to content

Commit 95f7406

Browse files
asmyasnikovCopilotpolRk
authored
added activation by labeled on SLO action (#1964)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Vladislav Polyakov <polRk@ydb.tech>
1 parent 2053ad3 commit 95f7406

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/changelog.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: changelog
22
on:
33
pull_request_target:
4+
pull_request:
5+
types: [opened, reopened, synchronize, labeled]
46
jobs:
57
changelog:
68
name: changelog

.github/workflows/check-slo-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ on:
66

77
jobs:
88
check-slo-label:
9+
if: (!contains(github.event.pull_request.labels.*.name, 'no slo'))
910
runs-on: ubuntu-latest
10-
1111
steps:
1212
- name: Fail if SLO label is missing
1313
if: "!contains(github.event.pull_request.labels.*.name, 'SLO')"

.github/workflows/slo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
pull_request:
8+
types: [opened, reopened, synchronize, labeled]
89
branches:
910
- master
1011
- release-*

0 commit comments

Comments
 (0)