Add assign to project workflow (#438)
This commit is contained in:
parent
9bcda0f9c7
commit
d54c83ead5
|
@ -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 }}
|
Loading…
Reference in New Issue