├── .github ├── ISSUE_TEMPLATE │ └── nova-vaga.md └── workflows │ ├── label-issue.yml │ └── stale-issue.yml ├── LICENSE └── README.md /.github/ISSUE_TEMPLATE/nova-vaga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CangaceirosDevels/vagas_de_emprego/HEAD/.github/ISSUE_TEMPLATE/nova-vaga.md -------------------------------------------------------------------------------- /.github/workflows/label-issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CangaceirosDevels/vagas_de_emprego/HEAD/.github/workflows/label-issue.yml -------------------------------------------------------------------------------- /.github/workflows/stale-issue.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CangaceirosDevels/vagas_de_emprego/HEAD/.github/workflows/stale-issue.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CangaceirosDevels/vagas_de_emprego/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CangaceirosDevels/vagas_de_emprego/HEAD/README.md --------------------------------------------------------------------------------