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

LIBAAEC-56 Add dependabot.yml to trigger dependabot scans weekly #163

LIBAAEC-56 Add dependabot.yml to trigger dependabot scans weekly

LIBAAEC-56 Add dependabot.yml to trigger dependabot scans weekly #163

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 }}