generated from FAMAF-resources/Template-repository
-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BOT] Update submodules at DATE: 2023-08-23 TIME: 14:45:51
- Loading branch information
Showing
5 changed files
with
57 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,33 @@ | ||
documentation: | ||
- README.md | ||
- 'docs/*' | ||
- '.github/workflows/*' | ||
- '.github/workflows/**/*' | ||
- 'docs/**/*' | ||
- 'assets/*' | ||
- 'assets/**/*' | ||
|
||
exams: | ||
- 'ExamenesViejos/*' | ||
- 'ExamenesViejos/**/*' | ||
|
||
apuntes: | ||
- 'apuntes/*' | ||
- 'apuntes/**/*' | ||
|
||
examples: | ||
- 'examples/*' | ||
- 'examples/*' | ||
|
||
workflows: | ||
- '.github/workflows/*' | ||
- '.github/workflows/**/*' | ||
|
||
libros: | ||
- 'libros/*' | ||
- 'libros/**/*' | ||
|
||
practico: | ||
- 'practico/*' | ||
- 'practico/**/*' | ||
|
||
teorico: | ||
- 'teorico/*' | ||
- 'teorico/**/*' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule Famaf-Resources-Manager
updated
9 files
+14 −0 | .github/FUNDING.yml | |
+18 −0 | .github/list_auto_assign.yml | |
+14 −8 | .github/workflows/dipatch.yml | |
+1 −0 | README.md | |
+0 −18 | auto_assign.yml | |
+14 −0 | child.github/FUNDING.yml | |
+21 −3 | child.github/labeler.yml | |
+16 −0 | child.github/workflows/greetings.yml | |
+5 −1 | child.github/workflows/labeler.yml |