|
|
@ -11,6 +11,7 @@ jobs:
|
|
|
|
label:
|
|
|
|
label:
|
|
|
|
name: Labeling
|
|
|
|
name: Labeling
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
if: ${{ github.repository == 'jellyfin/jellyfin' }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Apply label
|
|
|
|
- name: Apply label
|
|
|
|
uses: eps1lon/actions-label-merge-conflict@v2.0.1
|
|
|
|
uses: eps1lon/actions-label-merge-conflict@v2.0.1
|
|
|
@ -22,6 +23,7 @@ jobs:
|
|
|
|
project:
|
|
|
|
project:
|
|
|
|
name: Project board
|
|
|
|
name: Project board
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
|
|
|
if: ${{ github.repository == 'jellyfin/jellyfin' }}
|
|
|
|
steps:
|
|
|
|
steps:
|
|
|
|
- name: Remove from 'Current Release' project
|
|
|
|
- name: Remove from 'Current Release' project
|
|
|
|
uses: alex-page/github-project-automation-plus@v0.7.1
|
|
|
|
uses: alex-page/github-project-automation-plus@v0.7.1
|
|
|
|