Skip to content
Snippets Groups Projects
Unverified Commit 8896c8c1 authored by Roman Abdulmanov's avatar Roman Abdulmanov Committed by GitHub
Browse files

Slack notification about new issues (#35921)

parent df6b1edf
Branches
Tags
No related merge requests found
......@@ -11,7 +11,8 @@ jobs:
timeout-minutes: 5
if: |
contains(github.event.label.name, '.Team/') &&
contains(github.event.issue.labels.*.name, 'Type:Bug')
( contains(github.event.issue.labels.*.name, 'Type:Bug') ||
contains(github.event.issue.labels.*.name, 'flaky-test-fix') )
steps:
- name: Setting title
uses: actions/github-script@v6
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment