diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..99e5901 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,14 @@ +# These are supported funding model platforms + +github: [FAMAF-resources] +# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +# patreon: # Replace with a single Patreon username +# open_collective: # Replace with a single Open Collective username +# ko_fi: # Replace with a single Ko-fi username +# tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +# community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +# liberapay: # Replace with a single Liberapay username +# issuehunt: # Replace with a single IssueHunt username +# otechie: # Replace with a single Otechie username +# lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry +# custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] \ No newline at end of file diff --git a/.github/labeler.yml b/.github/labeler.yml index 76e7ab0..6eb1e3a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,33 @@ documentation: - README.md - 'docs/*' - - '.github/workflows/*' - - '.github/workflows/**/*' + - 'docs/**/*' - 'assets/*' + - 'assets/**/*' exams: - 'ExamenesViejos/*' + - 'ExamenesViejos/**/*' apuntes: - 'apuntes/*' + - 'apuntes/**/*' examples: - - 'examples/*' \ No newline at end of file + - 'examples/*' + +workflows: + - '.github/workflows/*' + - '.github/workflows/**/*' + +libros: + - 'libros/*' + - 'libros/**/*' + +practico: + - 'practico/*' + - 'practico/**/*' + +teorico: + - 'teorico/*' + - 'teorico/**/*' diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml new file mode 100644 index 0000000..21302d9 --- /dev/null +++ b/.github/workflows/greetings.yml @@ -0,0 +1,16 @@ +name: 'Greetings :D' + +on: [pull_request_target, issues] + +jobs: + greeting: + runs-on: ubuntu-latest + permissions: + issues: write + pull-requests: write + steps: + - uses: actions/first-interaction@v1.1.1 + with: + repo-token: ${{ secrets.WORKFLOW_TOKEN }} + issue-message: "Muchas gracias por crear un issue! Lo apreciamos :dizzy:" + pr-message: "Muchas gracias por aportar en nuestra comunidad! :people_hugging: Puedes ver mas al respecto en [Welcome](https://github.com/FAMAF-resources/.github/tree/main/profile/README.md) y las materias en [](https://github.com/FAMAF-resources/Welcome)" \ No newline at end of file diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index ca7ce12..ba5c125 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -1,6 +1,10 @@ name: 'Pull Request Labeler' -on: [pull_request, pull_request_target] +on: + # pull_request: + # types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize] + pull_request_target: + types: [opened, ready_for_review, labeled, unlabeled, reopened, synchronize] jobs: label: diff --git a/Famaf-Resources-Manager b/Famaf-Resources-Manager index 693d100..a4e685c 160000 --- a/Famaf-Resources-Manager +++ b/Famaf-Resources-Manager @@ -1 +1 @@ -Subproject commit 693d100c7628b5c0e7d17046e0a0b3f8d1448a4b +Subproject commit a4e685c9e6ac252d086b148b2de933b4a5e60e00