This repository was archived by the owner on Jun 6, 2025. It is now read-only.
LIBTREATDB-131 pull modals out from views #357
Workflow file for this run
This file contains hidden or 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_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 }} |