yt
This commit is contained in:
@@ -13,7 +13,8 @@ on:
|
||||
branches:
|
||||
- main
|
||||
issue_comment:
|
||||
types: [created]
|
||||
types:
|
||||
- deploy
|
||||
|
||||
|
||||
if: github.event_name != 'issue_comment' || github.actor == 'Vlabislava28'
|
||||
@@ -24,6 +25,9 @@ jobs:
|
||||
steps:
|
||||
- name: Echo test
|
||||
run: echo "Этот шаг выполнится только при выполнении условия above"
|
||||
- name: Echo test
|
||||
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
run: echo "${{ toJson(github.event.issue) }}"
|
||||
|
||||
|
||||
|
||||
|
||||
1
services.txt
Normal file
1
services.txt
Normal file
@@ -0,0 +1 @@
|
||||
fkjshjshfhsj
|
||||
Reference in New Issue
Block a user