1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

Build and conflict labeler for PRs against v5-develop

This commit is contained in:
Mark McDowall
2025-01-27 17:25:31 -08:00
parent 553c4aeae1
commit d9a86bcb31
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -10,6 +10,7 @@ on:
pull_request:
branches:
- develop
- v5-develop
paths-ignore:
- "src/NzbDrone.Core/Localization/Core/**"
- "src/Sonarr.Api.*/openapi.json"
+3 -3
View File
@@ -7,6 +7,7 @@ on:
pull_request_target:
branches:
- develop
- v5-develop
types: [synchronize]
jobs:
@@ -21,6 +22,5 @@ jobs:
- name: Apply label
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: 'merge-conflict'
repoToken: '${{ secrets.GITHUB_TOKEN }}'
dirtyLabel: "merge-conflict"
repoToken: "${{ secrets.GITHUB_TOKEN }}"