Action to add issue or PR to project

This commit is contained in:
Hugo 2019-09-14 12:15:20 +03:00
parent dc9ff86475
commit 723c929f4d

View File

@ -0,0 +1,15 @@
name: Issue or PR opened
on: [issues, pull_request]
jobs:
assign:
name: Add issue/PR to project
runs-on: ubuntu-latest
steps:
- name: Add issue/PR to project
if: github.event.action == 'opened'
uses: alex-page/github-project-automation-plus@v0.0.3
with:
project: Pillow
column: New Issues
repo-token: ${{ secrets.GITHUB_TOKEN }}