LIBAAEC-33 Modify PR template body and create github actions to add Jira issue #3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |