Add assign to project workflow (#438)

This commit is contained in:
Deirdre Connolly 2020-06-05 19:21:20 -04:00 committed by GitHub
parent 9bcda0f9c7
commit d54c83ead5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
.github/workflows/assign-to-project.yml vendored Normal file
View File

@ -0,0 +1,19 @@
# This is a basic workflow to help you get started with Actions
name: Assign to 🦓 Project
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.2.4
with:
project: 🦓
column: To Do
repo-token: ${{ secrets.GITHUB_TOKEN }}