Skip to content

build(deps-dev): bump @types/node from 20.17.9 to 20.17.11 #1678

build(deps-dev): bump @types/node from 20.17.9 to 20.17.11

build(deps-dev): bump @types/node from 20.17.9 to 20.17.11 #1678

Workflow file for this run

name: 'Link PR to Backlog'
on:
pull_request_target:
types: [opened, edited]
jobs:
backlog-pr-link:
runs-on: ubuntu-latest
if: contains(github.event.pull_request.body, 'backlog.com')
steps:
- uses: actions/checkout@v4
- name: Test toshimaru/backlog-pr-link-action
uses: ./ # Uses an action in the root directory
with:
backlog-api-key: "${{ secrets.BACKLOG_API_KEY }}"
backlog-host: "${{ secrets.BACKLOG_HOST }}"