Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add actions para projetcs #17

Merged
merged 18 commits into from
Jul 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/adiciona_issues_project_mentoriaiac.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: "Adiciona Issues em Projects Beta GitHub"

on:
issues:
types:
- opened

jobs:
add-to-project:
name: Add issue to project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/mentoriaiac/projects/6
github-token: ${{ secrets.API_TOKEN_GITHUB }}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# CI/CD Centralizado
Repositório para pipelines reutilizáveis do Github Actions

### Github actions reutilizáveis para projetos Ansible
- [Valida role Ansible](./docs/ansible_valida_role.md)

This conversation was marked as resolved.
Show resolved Hide resolved
### Github actions reutilizáveis para projetos Terraform
- [Valida modulo Terraform](./docs/terraform_valida_modulo.md)

### Github actions reutilizáveis para Projects Beta Github
- [Adiciona ](./docs/add_issues_projects.md)
Binary file added docs/img/token-github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.