Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pretty #3

Merged
merged 2 commits into from
Jul 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/list_auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
addAssignees: author

addReviewers: true

numberOfReviewers: 1

reviewers:
- shirosweets
- AgustinMDominguez

runOnDraft: true

filterLabels:
exclude:
- wip
18 changes: 18 additions & 0 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: 'Auto Assign Action'
on:
pull_request:
types: [opened, ready_for_review, labeled, unlabeled]
pull_request_target:
types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize]

jobs:
add-reviews:
runs-on: ubuntu-latest
steps:
- uses: kentaro-m/auto-assign-action@v1.2.5
with:
configuration-path: '.github/list_auto_assign.yml'
repo-token: ${{ secrets.WORKFLOW_TOKEN }}
permissions:
contents: read
pull-requests: write
12 changes: 8 additions & 4 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# Recursos y apuntes FAMAF
# Recursos y apuntes FAMAF :star:

En este usuario se encuentran recopilatorios de apuntes y libros utilizados en FAMAFyC.
Este es un proyecto con fines de facilitar el acceso al material para estudio, creado por estudiantes para estudiantes.

La idea es crear una comunidad para plantear ideas e implementaciones para el cursado.

Se encuentran recopilatorios de apuntes, resumenes y libros utilizados en FAMAFyC.

## Apuntes y libros 📚

- [Inicio](https://github.com/FAMAF-resources/Welcome)
- [**Inicio**](https://github.com/FAMAF-resources/Welcome)

## Examenes y parciales 📑

- [Repositorio](https://github.com/ExamenesViejos-FaMAF-Computacion)
- [**Repositorio**](https://github.com/ExamenesViejos-FaMAF-Computacion)

<!--

Expand Down