forked from sirius/actions-laba-1
update
This commit is contained in:
16
.gitea/workflows/example-new.yaml
Normal file
16
.gitea/workflows/example-new.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
name: "Example condition"
|
||||
run-name: "condition 2"
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- labeled
|
||||
- opened
|
||||
- unlabeled
|
||||
jobs:
|
||||
check-condition:
|
||||
runs-on: golang
|
||||
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
steps:
|
||||
- name: Echo test
|
||||
if: contains(github.event.issue.labels.*.name, 'bug')
|
||||
run: echo "${{ toJson(github.event.issue) }}"
|
||||
Reference in New Issue
Block a user