mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2024-12-12 08:15:47 +00:00
chore: add newly opened Pull Requests to 'Ongoing development' project
This commit is contained in:
parent
509c47788b
commit
08997b98ff
16
.github/workflows/project-automation.yml
vendored
Normal file
16
.github/workflows/project-automation.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Move new pull request to "Ongoing development" project
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
automate-project-columns:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: alex-page/github-project-automation-plus@v0.5.1
|
||||
with:
|
||||
project: Ongoing development
|
||||
column: In progress
|
||||
repo-token: ${{ secrets.GH_TOKEN }}
|
Loading…
Reference in New Issue
Block a user