比较提交

...

2 次代码提交

作者 SHA1 备注 提交日期
Wesley Mareovich Smith 8206e4c0 changing the test issue 3 年前
Wesley Mareovich Smith 554e6f47 adding actions file and folder 3 年前
共有 2 个文件被更改,包括 20 次插入0 次删除
  1. 20
      .github/workflows/update-jira.yml

20
.github/workflows/update-jira.yml


name: GitHub Jira Update
on: issue_comment
jobs:
On-Issue-Comment:
runs-on: ubuntu-latest
name: Issue Comment
if: ${{!github.event.issue.pull_request}}
steps:
- run: echo "Comment on issue #${{github.event.issue.number}}"
- run :
AIVTS-15 #comment Issue on comment Testing github action
On-Issue-Labeled:
runs-on: ubuntu-latest
name: Issue Labeled
if: ${{!github.event.issue.pull_request}}
steps:
- run: echo "Issue Labeled #${{github.event.issue.number}}"
- run :
AIVTS-15 #comment Issue on Label Testing github action
正在加载...
取消
保存