Skip to content
This repository was archived by the owner on Jun 6, 2025. It is now read-only.

LIBTREATDB-131 pull modals out from views #357

LIBTREATDB-131 pull modals out from views

LIBTREATDB-131 pull modals out from views #357

Workflow file for this run

name: Update PR with Jira Issue
on:
pull_request_target:
types: [ opened, edited, synchronize, reopened ]
permissions:
pull-requests: write # allow updating titles, labels, etc.
contents: read # we don’t need to write repo contents here
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 }}