Skip to content

Commit fd6d9a0

Browse files
authored
Merge pull request #1595 from guibranco/master
Melhorias e automações
2 parents eaded5e + fefa8dc commit fd6d9a0

File tree

13 files changed

+1510
-1260
lines changed

13 files changed

+1510
-1260
lines changed
Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
---
2+
name: "[ESTADO] Cargo na [NOME DA EMPRESA]"
3+
about: Resumo da vaga
4+
labels:
5+
6+
---
7+
8+
## Descrição da vaga
9+
10+
Projeto X com Tensorflow, 8 meses, com equipe Y e etc.
11+
12+
## Local
13+
14+
Remoto ou Escritório, São Paulo - Vila Olímpia
15+
16+
## Benefícios
17+
18+
- Plano de saúde
19+
- Seguro de vida
20+
- VR de R$ X/dia
21+
- Auxílio creche
22+
...
23+
## Diferenciais
24+
25+
- 2 horas de almoço
26+
- Monte a sua máquina como desejar
27+
- Frigobar sempre cheio :P
28+
- Sala de jogos
29+
...
30+
31+
## Requisitos
32+
33+
#### Obrigatórios:
34+
35+
- 3 anos de experiência com Python
36+
- 2 anos de experiência com mongodb e flask
37+
38+
#### Desejáveis:
39+
40+
- Conhecimentos em OpenCV
41+
- Conhecimentos em Spark
42+
43+
#### Diferenciais:
44+
45+
- Projetos opensource
46+
47+
## Contratação
48+
49+
- PJ a combinar
50+
51+
## Nossa empresa
52+
53+
Aqui na Corporação ACME somos líderes em...
54+
55+
## Como se candidatar
56+
57+
Por favor envie um email para [email protected] com seu CV anexado - enviar no assunto: Vaga NodeJS
58+
59+
## Tempo médio de feedbacks
60+
61+
Costumamos enviar feedbacks em até XX dias após cada processo.
62+
E-mail para contato em caso de não haver resposta: [email protected]
63+
64+
## Labels
65+
<!-- retire os labels que não fazem sentido à vaga -->
66+
67+
#### Alocação
68+
- Alocado
69+
- Remoto
70+
- Hibrido
71+
72+
#### Regime
73+
- CLT
74+
- Estágio
75+
- Freela
76+
- PJ
77+
78+
#### Nível
79+
- Júnior
80+
- Pleno
81+
- Sênior
82+
- Especialista

.github/auto-assign-issues.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "docker"
4+
directory: "/"
5+
schedule:
6+
interval: weekly
7+
open-pull-requests-limit: 10
8+
9+
- package-ecosystem: "nuget"
10+
directory: "/"
11+
schedule:
12+
interval: weekly
13+
open-pull-requests-limit: 10
14+
15+
- package-ecosystem: "npm"
16+
directory: "/"
17+
schedule:
18+
interval: weekly
19+
open-pull-requests-limit: 10
20+
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: weekly
25+
open-pull-requests-limit: 10

.github/issue-action

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/stale.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626

2727
- name: Cache node modules
28-
uses: actions/cache@v1
28+
uses: actions/cache@v3
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL
46-
uses: github/codeql-action/init@v1
46+
uses: github/codeql-action/init@v2
4747
with:
4848
languages: ${{ matrix.language }}
4949
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -54,7 +54,7 @@ jobs:
5454
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5555
# If this step fails, then you should remove it and run the build manually (see below)
5656
- name: Autobuild
57-
uses: github/codeql-action/autobuild@v1
57+
uses: github/codeql-action/autobuild@v2
5858

5959
# ℹ️ Command-line programs to run using the OS shell.
6060
# 📚 https://git.io/JvXDl
@@ -68,4 +68,4 @@ jobs:
6868
# make release
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v1
71+
uses: github/codeql-action/analyze@v2

.github/workflows/label-issue.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: "Labeling new issue"
2+
on:
3+
issues:
4+
types: ['opened', 'edited']
5+
6+
jobs:
7+
build:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: Renato66/[email protected]
11+
with:
12+
repo-token: ${{ secrets.GITHUB_TOKEN }}
13+
labels-not-allowed: '["Stale","Pendente de informações","Falta de informações"]'

.github/workflows/stale-issue.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: "Close stale issues"
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
- cron: "0 0 * * *"
6+
7+
jobs:
8+
stale:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/stale@v7
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
stale-issue-message: 'Esta vaga encontra-se há um bom tempo sem novas interações. Se ainda estiver aberta, faça um comentário, caso contrario, a fecharemos automaticamente em 5 dias.'
15+
days-before-stale: 60
16+
days-before-close: 5
17+
ascending: true

.github/workflows/stale.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)