mirror of
https://github.com/grafana/grafana.git
synced 2026-08-13 06:34:55 -05:00
Limit issue-add-to-parent-project to only epics (#65260)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user