GetDKAN/dkan

View on GitHub
.github/workflows/projects.yml

Summary

Maintainability
Test Coverage
name: Auto Assign to Project(s)

on:
  issues:
    types: [opened]
env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
  assign_one_project:
    runs-on: ubuntu-latest
    name: Assign to One Project
    steps:
    - name: Assign NEW issues to DKAN Triage
      uses: srggrs/assign-one-project-github-action@1.2.0
      if: github.event.action == 'opened'
      with:
        project: 'https://github.com/GetDKAN/dkan/projects/1'
        column_name: 'Incoming/Triage'