Issue template roadmap (#4625)

* Check project label

* Check project label

* Add GA to add issue to roadmap

* Add roadmap url
This commit is contained in:
Pere Miquel Brull 2022-05-02 16:56:31 +02:00 committed by GitHub
parent 0e3d1092ec
commit 5751b8d75f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 1 deletions

View File

@ -4,7 +4,6 @@ about: Roadmap track of features
title: ''
labels: 'epic'
assignees: ''
projects: 'Roadmap'
---
**Is your feature request related to a problem? Please describe.**

View File

@ -0,0 +1,19 @@
name: Auto Assign Issues to Roadmap
on:
issues:
types: [ labeled ]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
assign_to_project:
runs-on: ubuntu-latest
name: Assign topic to Project
steps:
- name: Assign issues with new-topic label to GitHub Project
uses: srggrs/assign-one-project-github-action@1.2.0
if: contains(github.event.issue.labels.*.name, 'epic')
with:
project: 'https://github.com/orgs/open-metadata/projects/6'
column_name: 'No Status'