Limit issue-add-to-parent-project to only epics (#65260)

This commit is contained in:
Mihaela 2023-03-27 12:59:04 +01:00 committed by GitHub
parent 7731a4d6af
commit 2ac7d0455c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ concurrency:
group: issue-add-to-parent-project-${{ github.event.number }}
jobs:
main:
if: contains(github.event.issue.labels.*.name, 'type/epic')
runs-on: ubuntu-latest
steps:
- name: Check if issue is in child or parent projects