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

emil/202303/contrib-backend-promusagestats
Mihaela 2 years ago committed by GitHub
parent 7731a4d6af
commit 2ac7d0455c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/epic-add-to-platform-ux-parent-project.yml

@ -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

Loading…
Cancel
Save