mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Limit issue-add-to-parent-project to only epics (#65260)
This commit is contained in:
parent
7731a4d6af
commit
2ac7d0455c
@ -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…
Reference in New Issue
Block a user