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

Auto assign #3

Merged
merged 5 commits into from
Jul 21, 2023
Merged
Show file tree
Hide file tree
Changes from 4 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
14 changes: 14 additions & 0 deletions .github/list_auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
addAssignees: author

addReviewers: true

numberOfReviewers: 1

reviewers:
- shirosweets

runOnDraft: true

filterLabels:
exclude:
- wip
15 changes: 15 additions & 0 deletions .github/workflows/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 }}
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,13 @@ Es correlativa de:
git clone <repo-url>
```

## Aula virtual

![example](url)

# Contribuciones

Cualquier persona puede realiza su aporte con apunte, libro, o actualizacion de este repositoro. Puede ser realizado por una pull request (PR) comunicarse con los administradores.
Cualquier persona puede realiza su aporte con apunte, libro, o actualizacion de este repositoro. Puede ser realizado por una pull request (PR) o comunicarse con los administradores.
AgustinMDominguez marked this conversation as resolved.
Show resolved Hide resolved

# Contributors
<a href="https://github.com/FAMAF-resources/Template-repository/graphs/contributors">
Expand Down
Empty file added assets/.gitkeep
Empty file.
Empty file added practico/.gitkeep
Empty file.
Empty file added teorico/.gitkeep
Empty file.