Skip to content

LIBAAEC-33 Modify PR template body and create github actions to add Jira issue #4

LIBAAEC-33 Modify PR template body and create github actions to add Jira issue

LIBAAEC-33 Modify PR template body and create github actions to add Jira issue #4

Workflow file for this run

name: Update PR with Jira Issue
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
update-pr:
runs-on: ubuntu-latest
steps:
- name: Update PR with Jira Issue
uses: uclibs/jira-pr-updater-action@v1
with:
jira-base-url: 'https://ucdts.atlassian.net'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}