Skip to content

Commit e98e3b4

Browse files
chore: atualiza o repositório de template
1 parent 7da9580 commit e98e3b4

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

.github/workflows/fossa.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
- name: FOSSA
2+
uses: fossas/[email protected]
3+
4+
jobs:
5+
fossa-scan:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v3
9+
- uses: fossas/fossa-action@main # Use a specific version if locking is preferred
10+
with:
11+
api-key: ${{secrets.FOSSA_API_KEY}}
12+
run-tests: true
13+
generate-report: html
14+
- run: echo '${{ steps.fossa.outputs.report }}' > report.html
15+

.github/workflows/issue.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Resposta Automática a Issues
2+
3+
on:
4+
issues:
5+
types: [opened]
6+
7+
jobs:
8+
resposta-automatica:
9+
runs-on: ubuntu-latest
10+
11+
steps:
12+
- uses: derekprior/add-autoresponse@master
13+
env:
14+
GITHUB_TOKEN: ${{ secrets.USER_TOKEN }}
15+
with:
16+
respondableId: ${{ github.event.issue.node_id }}
17+
response: "Obrigado @${{ github.event.issue.user.login }} por criar esta issue. Se esta issue é sobre um bug, pergunta sobre o produto ou solicitação de funcionalidade: você pode me enviar um e-mail para [email protected]"
18+
author: ${{ github.event.issue.user.login }}

CODEOWNERS

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

0 commit comments

Comments
 (0)