Add CI/CD workflow for building multi-approvers JS
Aberta
- Linguagem predominante
- Dockerfile
- Estrelas
- 0
- Forks
- 8
- Merge médio
- 6min
- PRs com merge (30d)
- 1
Descrição
Currently, when changes are made to .github/actions/multi-approvers/src/**, one must run `npm run build` to update .github/actions/multi-approvers/dist/index.js. This should be automated.
Guia de contribuição
Direção de pesquisa
Look at the existing .github/actions/multi-approvers directory to understand the project structure and npm scripts. The workflow should be added to .github/workflows/, likely triggered on pushes to the src directory. It needs to run `npm run build` and commit the updated dist/index.js file. Check for existing CI/CD examples in the repository to follow patterns.
Escrita pelo modelo de indexação a partir do texto da issue.
Avaliação
- Stack de tecnologia
- github-actions, javascript
- Domínio
- ci-cd, tooling
- Tipo de issue
- Funcionalidade
- Dificuldade
- 3/5
- Tempo estimado
- 1-2 dias
- Status de atividade
- Estagnada
- Clareza
- Claramente especificada
- Facilidade para iniciantes
- 45/100