Skip to content

Bug Tracker Workflow #2

Bug Tracker Workflow

Bug Tracker Workflow #2

Workflow file for this run

name: Bug Tracker Workflow
on:
issues:
types: [labeled]
jobs:
move-labeled-issues:
runs-on: ubuntu-latest
steps:
- name: Move issues labeled bug to Bug Tracker
if: github.event.label.name == 'bug'
uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: 'DiagnoseMe Project Board'
column: 'Bug Tracker'
repo-token: ${{ secrets.GITHUB_TOKEN }}