debug "open comment" event, if title is "release"
This commit is contained in:
parent
b8f49b1753
commit
3a16363447
1 changed files with 13 additions and 0 deletions
13
.gitea/workflows/release.yml
Normal file
13
.gitea/workflows/release.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types:
|
||||||
|
- opened
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
release:
|
||||||
|
if: github.event.issue.title == 'release'
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: github
|
||||||
|
shell: bash
|
||||||
|
run: echo "Release"
|
Loading…
Add table
Reference in a new issue