diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 2db61a7..b1c4e50 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,21 +1,25 @@ -name: Auto assign issues +name: Auto assign issues and pull requests on: issues: types: - opened + pull_request: + types: + - opened jobs: run: runs-on: ubuntu-latest permissions: issues: write + pull-requests: write steps: - - name: Assign issues - uses: gustavofreze/auto-assign@1.0.0 + - name: Assign issues and pull requests + uses: gustavofreze/auto-assign@1.1.4 with: assignees: '${{ secrets.ASSIGNEES }}' github_token: '${{ secrets.GITHUB_TOKEN }}' allow_self_assign: 'true' allow_no_assignees: 'true' - assignment_options: 'ISSUE' \ No newline at end of file + assignment_options: 'ISSUE,PULL_REQUEST' \ No newline at end of file diff --git a/.github/workflows/validate-links.yml b/.github/workflows/validate-links.yml index e7be0e8..8ca6a7d 100644 --- a/.github/workflows/validate-links.yml +++ b/.github/workflows/validate-links.yml @@ -12,10 +12,10 @@ jobs: issues: write contents: read steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Check links id: lychee - uses: lycheeverse/lychee-action@v1.8.0 + uses: lycheeverse/lychee-action@v2.2.0 - name: Create issue if: env.lychee_exit_code != 0 uses: peter-evans/create-issue-from-file@v4 @@ -25,7 +25,7 @@ jobs: content-filepath: ./lychee/out.md - name: Assign issues and pull requests if: env.lychee_exit_code != 0 - uses: gustavofreze/auto-assign@1.0.0 + uses: gustavofreze/auto-assign@1.1.4 with: assignees: '${{ secrets.ASSIGNEES }}' github_token: '${{ secrets.GITHUB_TOKEN }}' diff --git a/LICENSE b/LICENSE index c65883d..e3b60de 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 Back-End Brasil +Copyright (c) 2018-2025 Back-End Brasil Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cryptography/SOLUTIONS.md b/cryptography/SOLUTIONS.md index 4afd943..a61b1ea 100644 --- a/cryptography/SOLUTIONS.md +++ b/cryptography/SOLUTIONS.md @@ -15,7 +15,7 @@ Neste tópico, você encontrará uma lista de soluções para o desafio [Criptog | `Java` | https://github.com/buildrun-tech/buildrun-desafio-backend-cryptography-solution | | `Java` | https://github.com/gustavorsmedina/challenge-cryptography | | `Java` | https://github.com/deiz0n/desafio-backend-criptografia | -| `NodeJS` | https://github.com/rof20004/api-criptografia | -| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br | | `Ruby` | https://github.com/oransje/desafio-backend-br-criptografia | | `Ruby` | https://github.com/b-sep/cripto | +| `NodeJS` | https://github.com/rof20004/api-criptografia | +| `NodeJS` | https://github.com/rms-diego/desafio-2-backend-br |