gh_action: add cron job to sync remaining PRs

This commit is contained in:
suda-morris
2019-10-22 19:52:12 +08:00
parent 055cc251b7
commit 938069de75
3 changed files with 32 additions and 6 deletions

View File

@@ -1,10 +1,11 @@
name: Sync issue comments to JIRA
# This workflow will be triggered when new issue comment is created (including PR comments)
on: issue_comment
jobs:
syncToJIRA:
name: Sync to JIRA
sync_issue_comments_to_jira:
name: Sync Issue Comments to Jira
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master