Add github action for syncing assignees between github-jira (#6143)

Co-authored-by: Dimitris Gounaris <dimitrisgounaris@20LDN-MAC257.local>
This commit is contained in:
Dimitris Gounaris 2020-04-08 17:10:02 +01:00 committed by GitHub
parent aac2476e09
commit c79540f661
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
.github/workflows/jira_assign_issue.yml vendored Normal file
View File

@ -0,0 +1,19 @@
name: Sync assigned jira issues
on:
schedule:
- cron: '*/15 * * * *'
jobs:
sync_assigned:
runs-on: ubuntu-latest
steps:
- name: Assign
uses: corda/jira-sync-assigned-action@master
with:
jiraBaseUrl: ${{ secrets.JIRA_BASE_URL }}
jiraEmail: ${{ secrets.JIRA_USER_EMAIL }}
jiraToken: ${{ secrets.JIRA_API_TOKEN }}
token: ${{ secrets.GH_TOKEN }}
owner: corda
repository: corda