Skip to content

Auto Assign

Auto Assign #556

Workflow file for this run

name: Auto Assign
on:
issues:
types: [opened, labeled]
pull_request:
types: [opened, labeled]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
auto_assign:
runs-on: ubuntu-latest
name: Assign to Project
steps:
- name: Assign NEW issues and PRs to project 1
uses: srggrs/[email protected]
if: github.event.action == 'opened'
with:
project: 'https://github.com/awslabs/ktf/projects/1'