mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
Add github action for syncing assignees between github-jira (#6143)
Co-authored-by: Dimitris Gounaris <dimitrisgounaris@20LDN-MAC257.local>
This commit is contained in:
parent
aac2476e09
commit
c79540f661
19
.github/workflows/jira_assign_issue.yml
vendored
Normal file
19
.github/workflows/jira_assign_issue.yml
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user