Skip to content

Monthly issue metrics report #100

Monthly issue metrics report

Monthly issue metrics report #100

Workflow file for this run

on: issues
name: Issue opened
jobs:
addToProject:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- name: Add issue to project
if: github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@main
with:
project: Backlog
column: New issue
repo-token: ${{ secrets.GH_PAT }}