Skip to content

Commit

Permalink
fix: Fixes formatting style in the documentation and adjusts the work…
Browse files Browse the repository at this point in the history
…flow of auto-assigns. (#35)
  • Loading branch information
gustavofreze committed Aug 26, 2023
1 parent ce287f7 commit 3a5fcd7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 13 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/auto-assign.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Auto assign issues and pull requests
name: Auto assign issues

on:
issues:
types:
- opened
pull_request:
types:
- opened

jobs:
run:
Expand All @@ -15,11 +12,11 @@ jobs:
issues: write
pull-requests: write
steps:
- name: Assign issues and pull requests
- name: Assign issues
uses: gustavofreze/auto-assign@1.0.0
with:
assignees: '${{ secrets.ASSIGNEES }}'
github_token: '${{ secrets.GITHUB_TOKEN }}'
allow_self_assign: 'true'
allow_no_assignees: 'true'
assignment_options: 'ISSUE,PULL_REQUEST'
assignment_options: 'ISSUE'
2 changes: 1 addition & 1 deletion cryptography/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Neste tópico, você encontrará uma lista de soluções para o desafio [Criptog
| Linguagem | Repositório |
|:----------|:--------------------------------------------------|
| `Go` | https://github.com/Davi-Arauj/criptografia |
| `C#` | https://github.com/louresb/CryptographyAPI |
| `NodeJS` | https://github.com/rof20004/api-criptografia |
| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br |
| `C#` | https://github.com/louresb/CryptographyAPI |
6 changes: 3 additions & 3 deletions loans/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neste tópico, você encontrará uma lista de soluções para o desafio [Empréstimos](PROBLEM.md).

| Linguagem | Repositório |
|:----------|:------------|
|Java|https://github.com/alvarengacarlos/Hexagonal-Achitecture|
| Linguagem | Repositório |
|:----------|:---------------------------------------------------------|
| Java | https://github.com/alvarengacarlos/Hexagonal-Achitecture |
6 changes: 3 additions & 3 deletions secure-password/SOLUTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

Neste tópico, você encontrará uma lista de soluções para o desafio [Senha segura](PROBLEM.md).

| Linguagem | Repositório |
|:----------|:------------------------------------------|
|Java |https://github.com/roarena/secure-password/|
| Linguagem | Repositório |
|:----------|:-------------------------------------------|
| Java | https://github.com/roarena/secure-password |

0 comments on commit 3a5fcd7

Please sign in to comment.