mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 14:14:47 +03:00
Action to add issue or PR to project
This commit is contained in:
parent
dc9ff86475
commit
723c929f4d
15
.github/workflows/issue-or-pr-opened.yml
vendored
Normal file
15
.github/workflows/issue-or-pr-opened.yml
vendored
Normal 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 }}
|
Loading…
Reference in New Issue
Block a user