-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Hi @mihails-strasuns! The GitHub Actions team is really excited about this action, and it's a great example of well-made action that adds tools to the runners to help support the ecosystem.
Someone's created a new starter workflow for DLang - actions/starter-workflows#74. When someone starts creating a new workflow, and we detect that the language in their repository is DLang, we'd like to suggest this workflow, which uses this action.
However we don't want to reference actions in starter workflows that aren't living in https://github.com/actions. (This is to ensure that we reduce the risk on users.)
So what we'd like to do is take a fork of this repository as https://github.com/actions/setup-dlang. This will let us reference this action in the DLang starter workflow.
I wanted to check in before we did this to make sure that you were okay with this plan. We think that this will help DLang users with GitHub Actions.
Thanks!