Skip to content

This action add comment to Backlog issues when pull request opened or closed.

Notifications You must be signed in to change notification settings

taktos/pr-to-backlog-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull request to Backlog

This action add comment to Backlog issues when pull request opened or closed.

Pull request title should have issue key like PROJECT-1

Inputs

backlog-host

Required The host of your backlog workspace.

api-key

Required The api key of your backlog account.

Example usage

on:
  pull_request:
    types: [opened, closed]
jobs:
  backlog:
    runs-on: ubuntu-latest
    steps:
    - name: Add comment to Backlog issue
      uses: actions/[email protected]
      with:
        backlog-host: workspace.backlog.com
        api-key: ${{ secrets.BACKLOG_API_KEY }}

About

This action add comment to Backlog issues when pull request opened or closed.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published