Create newissues.yml
parent
b2270b5588
commit
321c5da370
@ -0,0 +1,15 @@
|
|||||||
|
name: Move new issues into Todo
|
||||||
|
|
||||||
|
on:
|
||||||
|
issues:
|
||||||
|
types: [opened]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
automate-project-columns:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: alex-page/github-project-automation-plus@v0.3.0
|
||||||
|
with:
|
||||||
|
project: AnonUpload Roadmap
|
||||||
|
column: Todo
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
Loading…
Reference in New Issue