Skip to content

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #1610

build(deps-dev): bump braces from 3.0.2 to 3.0.3

build(deps-dev): bump braces from 3.0.2 to 3.0.3 #1610

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