Skip to content

Commit

Permalink
Merge 4ffdedc into 89c901a
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Sep 22, 2019
2 parents 89c901a + 4ffdedc commit 3eec2e9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/issue-or-pr-opened.yml
@@ -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.GH_PAT }}

0 comments on commit 3eec2e9

Please sign in to comment.