Skip to content

Commit

Permalink
Merge pull request #3 from FAMAF-resources/pretty
Browse files Browse the repository at this point in the history
Pretty
  • Loading branch information
shirosweets authored Jul 22, 2023
2 parents 385be09 + 8498857 commit b3f4d31
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
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/[email protected]
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

0 comments on commit b3f4d31

Please sign in to comment.